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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2021-12-07 11:27:46 +01:00
parent 4b7f222d83
commit 959fddf537
3 changed files with 6 additions and 6 deletions

View file

@ -70,11 +70,11 @@ mmccd {
nvidia,tristate = <TEGRA_PIN_DISABLE>;
};
pwm-a-b {
sdc {
nvidia,tristate = <TEGRA_PIN_DISABLE>;
};
pwm-c-d {
sdb_sdd {
nvidia,tristate = <TEGRA_PIN_DISABLE>;
};

View file

@ -70,11 +70,11 @@ mmccd {
nvidia,tristate = <TEGRA_PIN_DISABLE>;
};
pwm-a-b {
sdc {
nvidia,tristate = <TEGRA_PIN_DISABLE>;
};
pwm-c-d {
sdb_sdd {
nvidia,tristate = <TEGRA_PIN_DISABLE>;
};

View file

@ -113,7 +113,7 @@ bl-on {
};
/* Colibri Backlight PWM<A>, PWM<B> */
pwm-a-b {
sdc {
nvidia,pins = "sdc";
nvidia,function = "pwm";
nvidia,tristate = <TEGRA_PIN_ENABLE>;
@ -242,7 +242,7 @@ cif {
};
/* Colibri PWM<C>, PWM<D> */
pwm-c-d {
sdb_sdd {
nvidia,pins = "sdb", "sdd";
nvidia,function = "pwm";
nvidia,tristate = <TEGRA_PIN_ENABLE>;