diff options
author | Tony Lindgren <tony@atomide.com> | 2023-05-17 12:25:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-05-23 10:59:45 +0300 |
commit | d73ab823ee9c2bba919eaffc8cc6bb7d71222c17 (patch) | |
tree | 45fb76908e6e7f89f75db731d101057a817abe49 /arch/arm/boot/dts/am335x-sbc-t335.dts | |
parent | c99b88740223ce85f050f9a1e023857f70deec4f (diff) | |
download | linux-d73ab823ee9c2bba919eaffc8cc6bb7d71222c17.tar.xz |
ARM: dts: Unify pinctrl-single pin group nodes for am33xx
We want to unify the pinctrl-single pin group nodes to use naming "pins".
Otherwise non-standad pin group names will add make dtbs checks errors
when the pinctrl-single yaml binding gets merged.
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-sbc-t335.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-sbc-t335.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-sbc-t335.dts b/arch/arm/boot/dts/am335x-sbc-t335.dts index 81e4453687ba..596774c84744 100644 --- a/arch/arm/boot/dts/am335x-sbc-t335.dts +++ b/arch/arm/boot/dts/am335x-sbc-t335.dts @@ -64,7 +64,7 @@ &am33xx_pinmux { /* Display */ - lcd_pins_default: lcd_pins_default { + lcd_pins_default: lcd-default-pins { pinctrl-single,pins = < /* gpmc_ad8.lcd_data23 */ AM33XX_PADCONF(AM335X_PIN_GPMC_AD8, PIN_OUTPUT, MUX_MODE1) @@ -105,7 +105,7 @@ >; }; - lcd_pins_sleep: lcd_pins_sleep { + lcd_pins_sleep: lcd-sleep-pins { pinctrl-single,pins = < /* gpmc_ad8.lcd_data23 */ AM33XX_PADCONF(AM335X_PIN_GPMC_AD8, PIN_INPUT_PULLDOWN, MUX_MODE7) |