Skip to content

Commit

Permalink
ARM: tegra: Move pwm and dpaux labels to tegra124.dtsi
Browse files Browse the repository at this point in the history
These labels will be used by other boards in addition to Venice2, move
them to tegra124.dtsi so they are defined in a common place.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Dylan Reid authored and Stephen Warren committed Sep 5, 2014
1 parent bf8f039 commit edfbad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/tegra124-venice2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
nvidia,panel = <&panel>;
};

dpaux: dpaux@0,545c0000 {
dpaux@0,545c0000 {
vdd-supply = <&vdd_3v3_panel>;
status = "okay";
};
Expand Down Expand Up @@ -587,7 +587,7 @@
status = "okay";
};

pwm: pwm@0,7000a000 {
pwm@0,7000a000 {
status = "okay";
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/tegra124.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
status = "disabled";
};

dpaux@0,545c0000 {
dpaux: dpaux@0,545c0000 {
compatible = "nvidia,tegra124-dpaux";
reg = <0x0 0x545c0000 0x0 0x00040000>;
interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
Expand Down Expand Up @@ -272,7 +272,7 @@
status = "disabled";
};

pwm@0,7000a000 {
pwm: pwm@0,7000a000 {
compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
reg = <0x0 0x7000a000 0x0 0x100>;
#pwm-cells = <2>;
Expand Down

0 comments on commit edfbad0

Please sign in to comment.