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:
parent
4b7f222d83
commit
959fddf537
@ -70,11 +70,11 @@
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
};
|
||||
|
||||
pwm-a-b {
|
||||
sdc {
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
};
|
||||
|
||||
pwm-c-d {
|
||||
sdb_sdd {
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
};
|
||||
|
||||
|
@ -70,11 +70,11 @@
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
};
|
||||
|
||||
pwm-a-b {
|
||||
sdc {
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
};
|
||||
|
||||
pwm-c-d {
|
||||
sdb_sdd {
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
};
|
||||
|
||||
|
@ -113,7 +113,7 @@
|
||||
};
|
||||
|
||||
/* 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 @@
|
||||
};
|
||||
|
||||
/* Colibri PWM<C>, PWM<D> */
|
||||
pwm-c-d {
|
||||
sdb_sdd {
|
||||
nvidia,pins = "sdb", "sdd";
|
||||
nvidia,function = "pwm";
|
||||
nvidia,tristate = <TEGRA_PIN_ENABLE>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user