arm64: dts: mediatek: mt8173-elm: Move pwm pinctrl to pwm0 node
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 2 Nov 2021 14:42:23 +0000 (15:42 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 19 Nov 2021 10:34:22 +0000 (11:34 +0100)
The PWM pinctrl belongs to the PWM0 node, as it's strictly pwm related.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20211102144224.457446-1-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

index e666ebb28980aaef4d132a2b74326e38164c3ff3..f292ca459a9a18b0cf1539c282b4c69bb1915681 100644 (file)
@@ -27,8 +27,6 @@
                power-supply = <&bl_fixed_reg>;
                enable-gpios = <&pio 95 GPIO_ACTIVE_HIGH>;
 
-               pinctrl-names = "default";
-               pinctrl-0 = <&disp_pwm0_pins>;
                status = "okay";
        };
 
 };
 
 &pwm0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&disp_pwm0_pins>;
        status = "okay";
 };