From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, jic23@cam.ac.uk Cc: arnd@arndb.de, linus.walleij@linaro.org, denis.ciocca@st.com, linux-iio@vger.kernel.org, Lee Jones Subject: [PATCH 02/11] ARM: ux500: Enable the LPS001WP Pressure & Temperature sensor from DT Date: Wed, 4 Sep 2013 10:31:34 +0100 Message-Id: <1378287103-21765-3-git-send-email-lee.jones@linaro.org> In-Reply-To: <1378287103-21765-1-git-send-email-lee.jones@linaro.org> References: <1378287103-21765-1-git-send-email-lee.jones@linaro.org> List-ID: After applying this node the LPS001WP sensor chip should probe successfully once the driver support has also been applied. Signed-off-by: Lee Jones --- arch/arm/boot/dts/ste-snowball.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index cf9b16e..aad8f54 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -153,6 +153,16 @@ status = "okay"; }; + i2c@80128000 { + lps001wp@5c { + compatible = "lps001wp"; + reg = <0x5c>; + + vdd-supply = <&ab8500_ldo_aux1_reg>; + vms-supply = <&db8500_vsmps2_reg>; + }; + }; + uart@80120000 { status = "okay"; }; -- 1.8.1.2