diff options
author | Tony Lindgren <tony@atomide.com> | 2023-05-17 12:26:19 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-05-23 10:59:19 +0300 |
commit | 46bab63e1dcf5aa683a47d431aeff79106c0794b (patch) | |
tree | c730d2e248460c7edb7d870229676272b049eedd /arch/arm/boot/dts/omap3-cm-t3530.dts | |
parent | 4ffec92e70ac5097b9f67ec154065305b16a3b46 (diff) | |
download | linux-46bab63e1dcf5aa683a47d431aeff79106c0794b.tar.xz |
ARM: dts: Unify pinctrl-single pin group nodes for omap3
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/omap3-cm-t3530.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-cm-t3530.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-cm-t3530.dts b/arch/arm/boot/dts/omap3-cm-t3530.dts index bc545ee23e71..0c6f14963e5e 100644 --- a/arch/arm/boot/dts/omap3-cm-t3530.dts +++ b/arch/arm/boot/dts/omap3-cm-t3530.dts @@ -23,7 +23,7 @@ }; &omap3_pmx_core { - mmc2_pins: pinmux_mmc2_pins { + mmc2_pins: mmc2-pins { pinctrl-single,pins = < OMAP3_CORE1_IOPAD(0x2158, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk.sdmmc2_clk */ OMAP3_CORE1_IOPAD(0x215a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd.sdmmc2_cmd */ |