diff options
Diffstat (limited to 'arch/arm/boot/dts/snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index d99dc04f0d91..81ff557177a7 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts | |||
@@ -30,35 +30,35 @@ | |||
30 | wakeup = <1>; | 30 | wakeup = <1>; |
31 | linux,code = <2>; | 31 | linux,code = <2>; |
32 | label = "userpb"; | 32 | label = "userpb"; |
33 | gpios = <&gpio1 0 0>; | 33 | gpios = <&gpio1 0 0x4>; |
34 | }; | 34 | }; |
35 | button@2 { | 35 | button@2 { |
36 | debounce_interval = <50>; | 36 | debounce_interval = <50>; |
37 | wakeup = <1>; | 37 | wakeup = <1>; |
38 | linux,code = <3>; | 38 | linux,code = <3>; |
39 | label = "extkb1"; | 39 | label = "extkb1"; |
40 | gpios = <&gpio4 23 0>; | 40 | gpios = <&gpio4 23 0x4>; |
41 | }; | 41 | }; |
42 | button@3 { | 42 | button@3 { |
43 | debounce_interval = <50>; | 43 | debounce_interval = <50>; |
44 | wakeup = <1>; | 44 | wakeup = <1>; |
45 | linux,code = <4>; | 45 | linux,code = <4>; |
46 | label = "extkb2"; | 46 | label = "extkb2"; |
47 | gpios = <&gpio4 24 0>; | 47 | gpios = <&gpio4 24 0x4>; |
48 | }; | 48 | }; |
49 | button@4 { | 49 | button@4 { |
50 | debounce_interval = <50>; | 50 | debounce_interval = <50>; |
51 | wakeup = <1>; | 51 | wakeup = <1>; |
52 | linux,code = <5>; | 52 | linux,code = <5>; |
53 | label = "extkb3"; | 53 | label = "extkb3"; |
54 | gpios = <&gpio5 1 0>; | 54 | gpios = <&gpio5 1 0x4>; |
55 | }; | 55 | }; |
56 | button@5 { | 56 | button@5 { |
57 | debounce_interval = <50>; | 57 | debounce_interval = <50>; |
58 | wakeup = <1>; | 58 | wakeup = <1>; |
59 | linux,code = <6>; | 59 | linux,code = <6>; |
60 | label = "extkb4"; | 60 | label = "extkb4"; |
61 | gpios = <&gpio5 2 0>; | 61 | gpios = <&gpio5 2 0x4>; |
62 | }; | 62 | }; |
63 | }; | 63 | }; |
64 | 64 | ||
@@ -66,12 +66,11 @@ | |||
66 | compatible = "gpio-leds"; | 66 | compatible = "gpio-leds"; |
67 | used-led { | 67 | used-led { |
68 | label = "user_led"; | 68 | label = "user_led"; |
69 | gpios = <&gpio4 14>; | 69 | gpios = <&gpio4 14 0x4>; |
70 | }; | 70 | }; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | soc-u9500 { | 73 | soc-u9500 { |
74 | |||
75 | external-bus@50000000 { | 74 | external-bus@50000000 { |
76 | status = "okay"; | 75 | status = "okay"; |
77 | 76 | ||
@@ -91,7 +90,7 @@ | |||
91 | 90 | ||
92 | sdi@80126000 { | 91 | sdi@80126000 { |
93 | status = "enabled"; | 92 | status = "enabled"; |
94 | cd-gpios = <&gpio6 26>; | 93 | cd-gpios = <&gpio6 26 0x4>; // 218 |
95 | }; | 94 | }; |
96 | 95 | ||
97 | sdi@80114000 { | 96 | sdi@80114000 { |
@@ -114,7 +113,7 @@ | |||
114 | tc3589x@42 { | 113 | tc3589x@42 { |
115 | //compatible = "tc3589x"; | 114 | //compatible = "tc3589x"; |
116 | reg = <0x42>; | 115 | reg = <0x42>; |
117 | interrupts = <25>; | 116 | gpios = <&gpio6 25 0x4>; |
118 | interrupt-parent = <&gpio6>; | 117 | interrupt-parent = <&gpio6>; |
119 | }; | 118 | }; |
120 | tps61052@33 { | 119 | tps61052@33 { |