Commit 959fddf5 authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: Avoid pwm- prefix in pinmux nodes

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: default avatarThierry Reding <treding@nvidia.com>
parent 4b7f222d
...@@ -70,11 +70,11 @@ mmccd { ...@@ -70,11 +70,11 @@ mmccd {
nvidia,tristate = <TEGRA_PIN_DISABLE>; nvidia,tristate = <TEGRA_PIN_DISABLE>;
}; };
pwm-a-b { sdc {
nvidia,tristate = <TEGRA_PIN_DISABLE>; nvidia,tristate = <TEGRA_PIN_DISABLE>;
}; };
pwm-c-d { sdb_sdd {
nvidia,tristate = <TEGRA_PIN_DISABLE>; nvidia,tristate = <TEGRA_PIN_DISABLE>;
}; };
......
...@@ -70,11 +70,11 @@ mmccd { ...@@ -70,11 +70,11 @@ mmccd {
nvidia,tristate = <TEGRA_PIN_DISABLE>; nvidia,tristate = <TEGRA_PIN_DISABLE>;
}; };
pwm-a-b { sdc {
nvidia,tristate = <TEGRA_PIN_DISABLE>; nvidia,tristate = <TEGRA_PIN_DISABLE>;
}; };
pwm-c-d { sdb_sdd {
nvidia,tristate = <TEGRA_PIN_DISABLE>; nvidia,tristate = <TEGRA_PIN_DISABLE>;
}; };
......
...@@ -113,7 +113,7 @@ bl-on { ...@@ -113,7 +113,7 @@ bl-on {
}; };
/* Colibri Backlight PWM<A>, PWM<B> */ /* Colibri Backlight PWM<A>, PWM<B> */
pwm-a-b { sdc {
nvidia,pins = "sdc"; nvidia,pins = "sdc";
nvidia,function = "pwm"; nvidia,function = "pwm";
nvidia,tristate = <TEGRA_PIN_ENABLE>; nvidia,tristate = <TEGRA_PIN_ENABLE>;
...@@ -242,7 +242,7 @@ cif { ...@@ -242,7 +242,7 @@ cif {
}; };
/* Colibri PWM<C>, PWM<D> */ /* Colibri PWM<C>, PWM<D> */
pwm-c-d { sdb_sdd {
nvidia,pins = "sdb", "sdd"; nvidia,pins = "sdb", "sdd";
nvidia,function = "pwm"; nvidia,function = "pwm";
nvidia,tristate = <TEGRA_PIN_ENABLE>; nvidia,tristate = <TEGRA_PIN_ENABLE>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment