ARM: tegra: Move pwm and dpaux labels to tegra124.dtsi
authorDylan Reid <dgreid@chromium.org>
Thu, 4 Sep 2014 22:20:34 +0000 (15:20 -0700)
committerStephen Warren <swarren@nvidia.com>
Fri, 5 Sep 2014 17:00:23 +0000 (11:00 -0600)
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>
arch/arm/boot/dts/tegra124-venice2.dts
arch/arm/boot/dts/tegra124.dtsi

index dcbe5858faf14e0c53e90d7424e4307dc9d4b727..a076a2c53603212f768ccd10a62a5fc7258e3956 100644 (file)
@@ -36,7 +36,7 @@
                        nvidia,panel = <&panel>;
                };
 
-               dpaux: dpaux@0,545c0000 {
+               dpaux@0,545c0000 {
                        vdd-supply = <&vdd_3v3_panel>;
                        status = "okay";
                };
                status = "okay";
        };
 
-       pwm: pwm@0,7000a000 {
+       pwm@0,7000a000 {
                status = "okay";
        };
 
index a6e48142b027862ef26bc6691932a4c25d83ead6..0ba3a0b6685f2597f32c67f5c6d5dcbb7b3343e5 100644 (file)
@@ -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>;
                status = "disabled";
        };
 
-       pwm@0,7000a000 {
+       pwm: pwm@0,7000a000 {
                compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
                reg = <0x0 0x7000a000 0x0 0x100>;
                #pwm-cells = <2>;
This page took 0.026545 seconds and 5 git commands to generate.