ARM: tegra: add PWM nodes to Tegra114 DT
authorAndrew Chew <achew@nvidia.com>
Tue, 12 Mar 2013 23:40:50 +0000 (16:40 -0700)
committerStephen Warren <swarren@nvidia.com>
Thu, 4 Apr 2013 23:17:40 +0000 (17:17 -0600)
This patch adds a device tree node for the four PWM controllers present
on Tegra114.

Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra114.dtsi

index 400a2752a7e1e433b0055ba6063a7315ace1b331..9f3d5e4e31f768ac51a2a027c815e353e2bea0bf 100644 (file)
                clocks = <&tegra_car 65>;
        };
 
+       pwm: pwm {
+               compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm";
+               reg = <0x7000a000 0x100>;
+               #pwm-cells = <2>;
+               clocks = <&tegra_car 17>;
+               status = "disabled";
+       };
+
        rtc {
                compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
                reg = <0x7000e000 0x100>;