diff options
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabresd.dtsi | 19 |
2 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index 512e0cbf3bb0..b3f413766bae 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | |||
@@ -190,6 +190,12 @@ | |||
190 | gpio-controller; | 190 | gpio-controller; |
191 | #gpio-cells = <2>; | 191 | #gpio-cells = <2>; |
192 | }; | 192 | }; |
193 | |||
194 | mma8451@1c { | ||
195 | compatible = "fsl,mma8451"; | ||
196 | reg = <0x1c>; | ||
197 | position = <3>; | ||
198 | }; | ||
193 | }; | 199 | }; |
194 | 200 | ||
195 | &iomuxc { | 201 | &iomuxc { |
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi index 5ea6b7b2cb0c..00db5a8749b3 100644 --- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi | |||
@@ -69,6 +69,16 @@ | |||
69 | gpio = <&gpio6 14 0>; | 69 | gpio = <&gpio6 14 0>; |
70 | enable-active-high; | 70 | enable-active-high; |
71 | }; | 71 | }; |
72 | |||
73 | reg_sensor: sensor_supply { | ||
74 | compatible = "regulator-fixed"; | ||
75 | regulator-name = "sensor-supply"; | ||
76 | regulator-min-microvolt = <3300000>; | ||
77 | regulator-max-microvolt = <3300000>; | ||
78 | gpio = <&gpio2 31 0>; | ||
79 | startup-delay-us = <500>; | ||
80 | enable-active-high; | ||
81 | }; | ||
72 | }; | 82 | }; |
73 | 83 | ||
74 | gpio-keys { | 84 | gpio-keys { |
@@ -241,6 +251,14 @@ | |||
241 | 0x0000 /* 5:Default */ | 251 | 0x0000 /* 5:Default */ |
242 | >; | 252 | >; |
243 | }; | 253 | }; |
254 | |||
255 | mma8451@1c { | ||
256 | compatible = "fsl,mma8451"; | ||
257 | reg = <0x1c>; | ||
258 | position = <1>; | ||
259 | vdd-supply = <®_sensor>; | ||
260 | vddio-supply = <®_sensor>; | ||
261 | }; | ||
244 | }; | 262 | }; |
245 | 263 | ||
246 | &i2c2 { | 264 | &i2c2 { |
@@ -411,6 +429,7 @@ | |||
411 | MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x80000000 | 429 | MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x80000000 |
412 | MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x80000000 | 430 | MX6QDL_PAD_NANDF_CS0__GPIO6_IO11 0x80000000 |
413 | MX6QDL_PAD_NANDF_CS1__GPIO6_IO14 0x80000000 | 431 | MX6QDL_PAD_NANDF_CS1__GPIO6_IO14 0x80000000 |
432 | MX6QDL_PAD_EIM_EB3__GPIO2_IO31 0x80000000 | ||
414 | >; | 433 | >; |
415 | }; | 434 | }; |
416 | }; | 435 | }; |