ARM: tegra: Avoid pwm- prefix in pinmux nodes
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 10:27:46 +0000 (11:27 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Dec 2021 15:07:42 +0000 (16:07 +0100)
The "pwm-" prefix currently matches the DT schema for PWM controllers
and throws an error in that case. This is something that should be fixed
in the PWM DT schema, but in this case we can also preempt any such
conflict by naming the nodes after the pins like we do for many others
of these nodes.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra20-colibri-eval-v3.dts
arch/arm/boot/dts/tegra20-colibri-iris.dts
arch/arm/boot/dts/tegra20-colibri.dtsi

index a05fb38..d2a3bf9 100644 (file)
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
-                       pwm-a-b {
+                       sdc {
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
-                       pwm-c-d {
+                       sdb_sdd {
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
index 425494b..00ecbbd 100644 (file)
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
-                       pwm-a-b {
+                       sdc {
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
-                       pwm-c-d {
+                       sdb_sdd {
                                nvidia,tristate = <TEGRA_PIN_DISABLE>;
                        };
 
index e36b258..28e2209 100644 (file)
                        };
 
                        /* Colibri Backlight PWM<A>, PWM<B> */
-                       pwm-a-b {
+                       sdc {
                                nvidia,pins = "sdc";
                                nvidia,function = "pwm";
                                nvidia,tristate = <TEGRA_PIN_ENABLE>;
                        };
 
                        /* Colibri PWM<C>, PWM<D> */
-                       pwm-c-d {
+                       sdb_sdd {
                                nvidia,pins = "sdb", "sdd";
                                nvidia,function = "pwm";
                                nvidia,tristate = <TEGRA_PIN_ENABLE>;