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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;
			};

+2 −2
Original line number Diff line number Diff line
@@ -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>;
			};

+2 −2
Original line number Diff line number Diff line
@@ -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>;