diff options
-rw-r--r-- | arch/arm/boot/dts/ste-href-stuib.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/ste-hrefprev60-stuib.dts | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/ste-hrefprev60.dtsi | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/ste-hrefv60plus-stuib.dts | 10 | ||||
-rw-r--r-- | arch/arm/boot/dts/ste-hrefv60plus.dtsi | 6 |
5 files changed, 14 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/ste-href-stuib.dtsi b/arch/arm/boot/dts/ste-href-stuib.dtsi index 524e33240ad4..76704ec0ffcc 100644 --- a/arch/arm/boot/dts/ste-href-stuib.dtsi +++ b/arch/arm/boot/dts/ste-href-stuib.dtsi | |||
@@ -57,7 +57,6 @@ | |||
57 | bu21013_tp@5c { | 57 | bu21013_tp@5c { |
58 | compatible = "rohm,bu21013_tp"; | 58 | compatible = "rohm,bu21013_tp"; |
59 | reg = <0x5c>; | 59 | reg = <0x5c>; |
60 | touch-gpio = <&gpio2 20 0x4>; | ||
61 | avdd-supply = <&ab8500_ldo_aux1_reg>; | 60 | avdd-supply = <&ab8500_ldo_aux1_reg>; |
62 | 61 | ||
63 | rohm,touch-max-x = <384>; | 62 | rohm,touch-max-x = <384>; |
@@ -68,7 +67,6 @@ | |||
68 | bu21013_tp@5d { | 67 | bu21013_tp@5d { |
69 | compatible = "rohm,bu21013_tp"; | 68 | compatible = "rohm,bu21013_tp"; |
70 | reg = <0x5d>; | 69 | reg = <0x5d>; |
71 | touch-gpio = <&gpio2 20 0x4>; | ||
72 | avdd-supply = <&ab8500_ldo_aux1_reg>; | 70 | avdd-supply = <&ab8500_ldo_aux1_reg>; |
73 | 71 | ||
74 | rohm,touch-max-x = <384>; | 72 | rohm,touch-max-x = <384>; |
diff --git a/arch/arm/boot/dts/ste-hrefprev60-stuib.dts b/arch/arm/boot/dts/ste-hrefprev60-stuib.dts index 3e1b974b43a1..2b1cb5b584b6 100644 --- a/arch/arm/boot/dts/ste-hrefprev60-stuib.dts +++ b/arch/arm/boot/dts/ste-hrefprev60-stuib.dts | |||
@@ -20,7 +20,13 @@ | |||
20 | soc { | 20 | soc { |
21 | /* Reset line for the BU21013 touchscreen */ | 21 | /* Reset line for the BU21013 touchscreen */ |
22 | i2c@80110000 { | 22 | i2c@80110000 { |
23 | /* Only one of these will be used */ | ||
23 | bu21013_tp@5c { | 24 | bu21013_tp@5c { |
25 | touch-gpio = <&gpio2 12 0x4>; | ||
26 | reset-gpio = <&tc3589x_gpio 13 0x4>; | ||
27 | }; | ||
28 | bu21013_tp@5d { | ||
29 | touch-gpio = <&gpio2 12 0x4>; | ||
24 | reset-gpio = <&tc3589x_gpio 13 0x4>; | 30 | reset-gpio = <&tc3589x_gpio 13 0x4>; |
25 | }; | 31 | }; |
26 | }; | 32 | }; |
diff --git a/arch/arm/boot/dts/ste-hrefprev60.dtsi b/arch/arm/boot/dts/ste-hrefprev60.dtsi index de6b0a0c5a54..b2cd7bc2752f 100644 --- a/arch/arm/boot/dts/ste-hrefprev60.dtsi +++ b/arch/arm/boot/dts/ste-hrefprev60.dtsi | |||
@@ -49,12 +49,6 @@ | |||
49 | }; | 49 | }; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | i2c@80110000 { | ||
53 | bu21013_tp@5c { | ||
54 | reset-gpio = <&tc3589x_gpio 13 0x4>; | ||
55 | }; | ||
56 | }; | ||
57 | |||
58 | vmmci: regulator-gpio { | 52 | vmmci: regulator-gpio { |
59 | gpios = <&tc3589x_gpio 18 0x4>; | 53 | gpios = <&tc3589x_gpio 18 0x4>; |
60 | enable-gpio = <&tc3589x_gpio 17 0x4>; | 54 | enable-gpio = <&tc3589x_gpio 17 0x4>; |
diff --git a/arch/arm/boot/dts/ste-hrefv60plus-stuib.dts b/arch/arm/boot/dts/ste-hrefv60plus-stuib.dts index 4da49e7988e9..8c6a2de56cf1 100644 --- a/arch/arm/boot/dts/ste-hrefv60plus-stuib.dts +++ b/arch/arm/boot/dts/ste-hrefv60plus-stuib.dts | |||
@@ -22,8 +22,14 @@ | |||
22 | soc { | 22 | soc { |
23 | /* Reset line for the BU21013 touchscreen */ | 23 | /* Reset line for the BU21013 touchscreen */ |
24 | i2c@80110000 { | 24 | i2c@80110000 { |
25 | bu21013_tp@0x5c { | 25 | /* Only one of these will be used */ |
26 | reset-gpio = <&gpio4 15 0x4>; | 26 | bu21013_tp@5c { |
27 | touch-gpio = <&gpio2 20 0x4>; | ||
28 | reset-gpio = <&gpio4 17 0x4>; | ||
29 | }; | ||
30 | bu21013_tp@5d { | ||
31 | touch-gpio = <&gpio2 20 0x4>; | ||
32 | reset-gpio = <&gpio4 17 0x4>; | ||
27 | }; | 33 | }; |
28 | }; | 34 | }; |
29 | }; | 35 | }; |
diff --git a/arch/arm/boot/dts/ste-hrefv60plus.dtsi b/arch/arm/boot/dts/ste-hrefv60plus.dtsi index d0f116555c0e..aed511b47a9e 100644 --- a/arch/arm/boot/dts/ste-hrefv60plus.dtsi +++ b/arch/arm/boot/dts/ste-hrefv60plus.dtsi | |||
@@ -23,12 +23,6 @@ | |||
23 | }; | 23 | }; |
24 | 24 | ||
25 | soc { | 25 | soc { |
26 | i2c@80110000 { | ||
27 | bu21013_tp@0x5c { | ||
28 | reset-gpio = <&gpio4 15 0x4>; | ||
29 | }; | ||
30 | }; | ||
31 | |||
32 | // External Micro SD slot | 26 | // External Micro SD slot |
33 | sdi0_per1@80126000 { | 27 | sdi0_per1@80126000 { |
34 | arm,primecell-periphid = <0x10480180>; | 28 | arm,primecell-periphid = <0x10480180>; |