ARM: tegra: Enable PWM on Venice2
authorThierry Reding <thierry.reding@gmail.com>
Mon, 18 Nov 2013 16:00:35 +0000 (17:00 +0100)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Dec 2013 21:09:19 +0000 (14:09 -0700)
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>
arch/arm/boot/dts/tegra124-venice2.dts

index 441b75395b63daf305e246cb830b70133b1899c9..7302e7db720e76bf61f06bd9c0ea2302ab7b418d 100644 (file)
                status = "okay";
        };
 
+       pwm: pwm@7000a000 {
+               status = "okay";
+       };
+
        i2c@7000c000 {
                status = "okay";
                clock-frequency = <100000>;
This page took 0.025954 seconds and 5 git commands to generate.