Browse Source

ARM: tegra: Enable PWM on Venice2

Subsequent patches will need to reference a PWM channel for backlight
support, so enable the PWM device and assign a label to it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Thierry Reding 11 years ago
parent
commit
e013485d12
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/tegra124-venice2.dts

+ 4 - 0
arch/arm/boot/dts/tegra124-venice2.dts

@@ -14,6 +14,10 @@
 		status = "okay";
 	};
 
+	pwm: pwm@7000a000 {
+		status = "okay";
+	};
+
 	i2c@7000c000 {
 		status = "okay";
 		clock-frequency = <100000>;