Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b8b15da authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren
Browse files

ARM: tegra: dts: Add pwm label



PWM devices can be referenced in the DT by phandle and per-chip index.
In order for this to work properly, the PWM controller needs to have a
label attached to it.

Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent b37ed4a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -123,7 +123,7 @@
		status = "disabled";
		status = "disabled";
	};
	};


	pwm {
	pwm: pwm {
		compatible = "nvidia,tegra20-pwm";
		compatible = "nvidia,tegra20-pwm";
		reg = <0x7000a000 0x100>;
		reg = <0x7000a000 0x100>;
		#pwm-cells = <2>;
		#pwm-cells = <2>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -117,7 +117,7 @@
		status = "disabled";
		status = "disabled";
	};
	};


	pwm {
	pwm: pwm {
		compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm";
		compatible = "nvidia,tegra30-pwm", "nvidia,tegra20-pwm";
		reg = <0x7000a000 0x100>;
		reg = <0x7000a000 0x100>;
		#pwm-cells = <2>;
		#pwm-cells = <2>;