[PATCH v4 2/2] dt-bindings: pinctrl: Update pinctrl-single to use yaml
Tony Lindgren
tony at atomide.com
Wed May 10 04:20:51 PDT 2023
* Tony Lindgren <tony at atomide.com> [230510 09:54]:
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
...
> +patternProperties:
...
> + 'cpsw_default|cpsw_sleep|davinci_mdio_default|davinci_mdio_sleep':
> + description: Deprecated legacy naming for cpsw and mdio on TI SoCs
> + deprecated: true
> + type: object
> + $ref: pinmux-node.yaml#
> +
> + 'usb1_drvvbus|usb_hub_ctrl|usb2_phy':
> + description: Deprecated legacy naming for USB on TI SoCs
> + deprecated: true
> + type: object
> + $ref: pinmux-node.yaml#
> +
> + 'gpio_keys_s0|matrix_keypad_default|matrix_keypad_sleep|matrix_keypad_s0':
> + description: Deprecated legacy naming for input on TI SoCs
> + deprecated: true
> + type: object
> + $ref: pinmux-node.yaml#
> +
> + 'user_leds_s0|gpio_led_pmx':
> + description: Deprecated legacy naming for LEDs on TI SoCs
> + deprecated: true
> + type: object
> + $ref: pinmux-node.yaml#
> +
> + 'nand_flash_x8':
> + description: Deprecated legacy naming for NAND on TI SoCs
> + deprecated: true
> + type: object
> + $ref: pinmux-node.yaml#
Looks like fixing the pin group node names for all the older TI SoC dts
files should not be too bad, for example diffstat for experimental am335x
changes is:
42 files changed, 323 insertions(+), 323 deletions(-)
This includes changing node names to use - instead of _ while at it.
I'll send out about 10 or so patches once Rob has the dts subdirectories
created.
Regards,
Tony
More information about the linux-arm-kernel
mailing list