diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-09-04 15:20:34 -0700 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-09-05 11:00:23 -0600 |
commit | edfbad068bde82ef228c551569ae4eabeacaf9a6 (patch) | |
tree | 5adc997d262c953d7d8f9004b1dca3e70c8e60b7 /arch/arm/boot/dts/tegra124-venice2.dts | |
parent | bf8f0392306869412887bf4a681fea9cb8062fc5 (diff) |
ARM: tegra: Move pwm and dpaux labels to tegra124.dtsi
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-venice2.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra124-venice2.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts index dcbe5858faf1..a076a2c53603 100644 --- a/arch/arm/boot/dts/tegra124-venice2.dts +++ b/arch/arm/boot/dts/tegra124-venice2.dts @@ -36,7 +36,7 @@ nvidia,panel = <&panel>; }; - dpaux: dpaux@0,545c0000 { + dpaux@0,545c0000 { vdd-supply = <&vdd_3v3_panel>; status = "okay"; }; @@ -587,7 +587,7 @@ status = "okay"; }; - pwm: pwm@0,7000a000 { + pwm@0,7000a000 { status = "okay"; }; |