Skip to content

Commit

Permalink
ARM: tegra: add PWM nodes to Tegra114 DT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Chew authored and Stephen Warren committed Apr 4, 2013
1 parent b69cd98 commit 6c716db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
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>;
Expand Down

0 comments on commit 6c716db

Please sign in to comment.