aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20-whistler.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-11-25 19:53:16 -0500
committerStephen Warren <swarren@nvidia.com>2013-12-16 16:09:16 -0500
commit58ecb23f64ee3a2ef66bb55b2e1e841385b6d08b (patch)
tree91933b662c5ea802874259c9a1b555774834c4f2 /arch/arm/boot/dts/tegra20-whistler.dts
parent18f48a4f1d49d522285b5a9f3c5d984f4fdaae01 (diff)
ARM: tegra: add missing unit addresses to DT
DT node names should include a unit address iff the node has a reg property. For Tegra DTs at least, we were previously applying a different rule, namely that node names only needed to include a unit address if it was required to make the node name unique. Consequently, many unit addresses are missing. Add them. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-whistler.dts')
-rw-r--r--arch/arm/boot/dts/tegra20-whistler.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/tegra20-whistler.dts b/arch/arm/boot/dts/tegra20-whistler.dts
index d33a73cf167c..b047621b95d2 100644
--- a/arch/arm/boot/dts/tegra20-whistler.dts
+++ b/arch/arm/boot/dts/tegra20-whistler.dts
@@ -10,8 +10,8 @@
10 reg = <0x00000000 0x20000000>; 10 reg = <0x00000000 0x20000000>;
11 }; 11 };
12 12
13 host1x { 13 host1x@50000000 {
14 hdmi { 14 hdmi@54280000 {
15 status = "okay"; 15 status = "okay";
16 16
17 vdd-supply = <&hdmi_vdd_reg>; 17 vdd-supply = <&hdmi_vdd_reg>;
@@ -23,7 +23,7 @@
23 }; 23 };
24 }; 24 };
25 25
26 pinmux { 26 pinmux@70000014 {
27 pinctrl-names = "default"; 27 pinctrl-names = "default";
28 pinctrl-0 = <&state_default>; 28 pinctrl-0 = <&state_default>;
29 29
@@ -495,7 +495,7 @@
495 }; 495 };
496 }; 496 };
497 497
498 pmc { 498 pmc@7000e400 {
499 nvidia,invert-interrupt; 499 nvidia,invert-interrupt;
500 nvidia,suspend-mode = <1>; 500 nvidia,suspend-mode = <1>;
501 nvidia,cpu-pwr-good-time = <2000>; 501 nvidia,cpu-pwr-good-time = <2000>;
@@ -543,7 +543,7 @@
543 #address-cells = <1>; 543 #address-cells = <1>;
544 #size-cells = <0>; 544 #size-cells = <0>;
545 545
546 clk32k_in: clock { 546 clk32k_in: clock@0 {
547 compatible = "fixed-clock"; 547 compatible = "fixed-clock";
548 reg=<0>; 548 reg=<0>;
549 #clock-cells = <0>; 549 #clock-cells = <0>;
@@ -551,7 +551,7 @@
551 }; 551 };
552 }; 552 };
553 553
554 kbc { 554 kbc@7000e200 {
555 status = "okay"; 555 status = "okay";
556 nvidia,debounce-delay-ms = <20>; 556 nvidia,debounce-delay-ms = <20>;
557 nvidia,repeat-delay-ms = <160>; 557 nvidia,repeat-delay-ms = <160>;
@@ -569,7 +569,7 @@
569 #address-cells = <1>; 569 #address-cells = <1>;
570 #size-cells = <0>; 570 #size-cells = <0>;
571 571
572 usb0_vbus_reg: regulator { 572 usb0_vbus_reg: regulator@0 {
573 compatible = "regulator-fixed"; 573 compatible = "regulator-fixed";
574 reg = <0>; 574 reg = <0>;
575 regulator-name = "usb0_vbus"; 575 regulator-name = "usb0_vbus";