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 a05fb3853da8ea10bfabdaa98c5c3f34a121740f..d2a3bf9d28bd7d46b380a121be18e64e06c8078c 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 425494b9ed541508911c1566ee7efd61c63e0254..00ecbbd5e9e16f7ad24e874afec6f98178807c86 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 e36b258c82df307d445879795b644001ab881b83..28e22097578d60d4df4f60f50f4f186a07c44518 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>;