Commit 3a99f3d8 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'ux500-armsoc-v4.7' of...

Merge tag 'ux500-armsoc-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/dt

Merge "ux500 Devicetree updates for v4.7" from Linus Walleij:

- Use generic include files
- Make accelerometers open drain on the TVK board

* tag 'ux500-armsoc-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
  ARM: dts: ux500: configure the accelerometers open drain
  ARM: dts: ux500: use the GIC include header
  ARM: dts: ux500: use the GPIO DT header
parents 21c9a648 7ba5dd53
...@@ -49,7 +49,7 @@ sdi0_per1@80126000 { ...@@ -49,7 +49,7 @@ sdi0_per1@80126000 {
cap-mmc-highspeed; cap-mmc-highspeed;
vmmc-supply = <&ab8500_ldo_aux3_reg>; vmmc-supply = <&ab8500_ldo_aux3_reg>;
cd-gpios = <&gpio7 6 0x4>; // 230 cd-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>; // 230
cd-inverted; cd-inverted;
status = "okay"; status = "okay";
......
This diff is collapsed.
...@@ -22,13 +22,13 @@ gpio_keys { ...@@ -22,13 +22,13 @@ gpio_keys {
button@139 { button@139 {
/* Proximity sensor */ /* Proximity sensor */
gpios = <&gpio6 25 0x4>; gpios = <&gpio6 25 GPIO_ACTIVE_HIGH>;
linux,code = <11>; /* SW_FRONT_PROXIMITY */ linux,code = <11>; /* SW_FRONT_PROXIMITY */
label = "SFH7741 Proximity Sensor"; label = "SFH7741 Proximity Sensor";
}; };
button@145 { button@145 {
/* Hall sensor */ /* Hall sensor */
gpios = <&gpio4 17 0x4>; gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;
linux,code = <0>; /* SW_LID */ linux,code = <0>; /* SW_LID */
label = "HED54XXU11 Hall Effect Sensor"; label = "HED54XXU11 Hall Effect Sensor";
}; };
......
...@@ -24,13 +24,13 @@ gpio_keys { ...@@ -24,13 +24,13 @@ gpio_keys {
button@139 { button@139 {
/* Proximity sensor */ /* Proximity sensor */
gpios = <&gpio6 25 0x4>; gpios = <&gpio6 25 GPIO_ACTIVE_HIGH>;
linux,code = <11>; /* SW_FRONT_PROXIMITY */ linux,code = <11>; /* SW_FRONT_PROXIMITY */
label = "SFH7741 Proximity Sensor"; label = "SFH7741 Proximity Sensor";
}; };
button@145 { button@145 {
/* Hall sensor */ /* Hall sensor */
gpios = <&gpio4 17 0x4>; gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;
linux,code = <0>; /* SW_LID */ linux,code = <0>; /* SW_LID */
label = "HED54XXU11 Hall Effect Sensor"; label = "HED54XXU11 Hall Effect Sensor";
}; };
...@@ -93,14 +93,15 @@ lsm303dlh@18 { ...@@ -93,14 +93,15 @@ lsm303dlh@18 {
/* Accelerometer */ /* Accelerometer */
compatible = "st,lsm303dlh-accel"; compatible = "st,lsm303dlh-accel";
st,drdy-int-pin = <1>; st,drdy-int-pin = <1>;
drive-open-drain;
reg = <0x18>; reg = <0x18>;
vdd-supply = <&ab8500_ldo_aux1_reg>; vdd-supply = <&ab8500_ldo_aux1_reg>;
vddio-supply = <&db8500_vsmps2_reg>; vddio-supply = <&db8500_vsmps2_reg>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&accel_tvk_mode>; pinctrl-0 = <&accel_tvk_mode>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <18 IRQ_TYPE_EDGE_RISING>, interrupts = <18 IRQ_TYPE_EDGE_FALLING>,
<19 IRQ_TYPE_EDGE_RISING>; <19 IRQ_TYPE_EDGE_FALLING>;
}; };
lsm303dlh@1e { lsm303dlh@1e {
/* /*
...@@ -118,14 +119,15 @@ lis331dl@1c { ...@@ -118,14 +119,15 @@ lis331dl@1c {
/* Accelerometer */ /* Accelerometer */
compatible = "st,lis331dl-accel"; compatible = "st,lis331dl-accel";
st,drdy-int-pin = <1>; st,drdy-int-pin = <1>;
drive-open-drain;
reg = <0x1c>; reg = <0x1c>;
vdd-supply = <&ab8500_ldo_aux1_reg>; vdd-supply = <&ab8500_ldo_aux1_reg>;
vddio-supply = <&db8500_vsmps2_reg>; vddio-supply = <&db8500_vsmps2_reg>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&accel_tvk_mode>; pinctrl-0 = <&accel_tvk_mode>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
interrupts = <18 IRQ_TYPE_EDGE_RISING>, interrupts = <18 IRQ_TYPE_EDGE_FALLING>,
<19 IRQ_TYPE_EDGE_RISING>; <19 IRQ_TYPE_EDGE_FALLING>;
}; };
ak8974@0f { ak8974@0f {
/* Magnetometer */ /* Magnetometer */
...@@ -216,7 +218,7 @@ accel_tvk_mode: accel_tvk { ...@@ -216,7 +218,7 @@ accel_tvk_mode: accel_tvk {
/* Accelerometer interrupt lines 1 & 2 */ /* Accelerometer interrupt lines 1 & 2 */
tvk_cfg { tvk_cfg {
pins = "GPIO82_C1", "GPIO83_D3"; pins = "GPIO82_C1", "GPIO83_D3";
ste,config = <&gpio_in_pd>; ste,config = <&gpio_in_pu>;
}; };
}; };
}; };
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
/ { / {
gpio_keys { gpio_keys {
button@1 { button@1 {
gpios = <&tc3589x_gpio 7 0x4>; gpios = <&tc3589x_gpio 7 GPIO_ACTIVE_HIGH>;
}; };
}; };
...@@ -68,12 +68,12 @@ ssp@80002000 { ...@@ -68,12 +68,12 @@ ssp@80002000 {
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { sdi0_per1@80126000 {
cd-gpios = <&tc3589x_gpio 3 0x4>; cd-gpios = <&tc3589x_gpio 3 GPIO_ACTIVE_HIGH>;
}; };
vmmci: regulator-gpio { vmmci: regulator-gpio {
gpios = <&tc3589x_gpio 18 0x4>; gpios = <&tc3589x_gpio 18 GPIO_ACTIVE_HIGH>;
enable-gpio = <&tc3589x_gpio 17 0x4>; enable-gpio = <&tc3589x_gpio 17 GPIO_ACTIVE_HIGH>;
}; };
pinctrl { pinctrl {
......
...@@ -20,12 +20,12 @@ / { ...@@ -20,12 +20,12 @@ / {
soc { soc {
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { sdi0_per1@80126000 {
cd-gpios = <&gpio2 31 0x4>; // 95 cd-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>; // 95
}; };
vmmci: regulator-gpio { vmmci: regulator-gpio {
gpios = <&gpio0 5 0x4>; gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
enable-gpio = <&gpio5 9 0x4>; enable-gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>;
}; };
pinctrl { pinctrl {
......
...@@ -50,35 +50,35 @@ button@1 { ...@@ -50,35 +50,35 @@ button@1 {
wakeup-source; wakeup-source;
linux,code = <2>; linux,code = <2>;
label = "userpb"; label = "userpb";
gpios = <&gpio1 0 0x4>; gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
}; };
button@2 { button@2 {
debounce_interval = <50>; debounce_interval = <50>;
wakeup-source; wakeup-source;
linux,code = <3>; linux,code = <3>;
label = "extkb1"; label = "extkb1";
gpios = <&gpio4 23 0x4>; gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
}; };
button@3 { button@3 {
debounce_interval = <50>; debounce_interval = <50>;
wakeup-source; wakeup-source;
linux,code = <4>; linux,code = <4>;
label = "extkb2"; label = "extkb2";
gpios = <&gpio4 24 0x4>; gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>;
}; };
button@4 { button@4 {
debounce_interval = <50>; debounce_interval = <50>;
wakeup-source; wakeup-source;
linux,code = <5>; linux,code = <5>;
label = "extkb3"; label = "extkb3";
gpios = <&gpio5 1 0x4>; gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
}; };
button@5 { button@5 {
debounce_interval = <50>; debounce_interval = <50>;
wakeup-source; wakeup-source;
linux,code = <6>; linux,code = <6>;
label = "extkb4"; label = "extkb4";
gpios = <&gpio5 2 0x4>; gpios = <&gpio5 2 GPIO_ACTIVE_HIGH>;
}; };
}; };
...@@ -88,7 +88,7 @@ leds { ...@@ -88,7 +88,7 @@ leds {
pinctrl-0 = <&gpioled_snowball_mode>; pinctrl-0 = <&gpioled_snowball_mode>;
used-led { used-led {
label = "user_led"; label = "user_led";
gpios = <&gpio4 14 0x4>; gpios = <&gpio4 14 GPIO_ACTIVE_HIGH>;
default-state = "on"; default-state = "on";
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
...@@ -155,8 +155,8 @@ ethernet@0 { ...@@ -155,8 +155,8 @@ ethernet@0 {
vmmci: regulator-gpio { vmmci: regulator-gpio {
compatible = "regulator-gpio"; compatible = "regulator-gpio";
gpios = <&gpio7 4 0x4>; gpios = <&gpio7 4 GPIO_ACTIVE_HIGH>;
enable-gpio = <&gpio6 25 0x4>; enable-gpio = <&gpio6 25 GPIO_ACTIVE_HIGH>;
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2900000>; regulator-max-microvolt = <2900000>;
...@@ -182,8 +182,7 @@ sdi0_per1@80126000 { ...@@ -182,8 +182,7 @@ sdi0_per1@80126000 {
pinctrl-0 = <&sdi0_default_mode>; pinctrl-0 = <&sdi0_default_mode>;
pinctrl-1 = <&sdi0_sleep_mode>; pinctrl-1 = <&sdi0_sleep_mode>;
cd-gpios = <&gpio6 26 0x4>; // 218 cd-gpios = <&gpio6 26 GPIO_ACTIVE_LOW>; // 218
cd-inverted;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment