From 51a0102fd0e2400db297e5bee38092cf9fd00c30 Mon Sep 17 00:00:00 2001 From: Markus Pargmann Date: Sun, 7 Jul 2013 15:13:29 +0200 Subject: [PATCH] ARM: dts: imx27 phyCARD-S SOM remove wrong i2c sensor This sensor was introduced in the original pca100 board file, but phyCARD-S SOM and RDK do not have a temperature sensor. Signed-off-by: Markus Pargmann Signed-off-by: Shawn Guo --- arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts index 01ee807f5205..cdff8c7b4b11 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts @@ -50,11 +50,6 @@ rtc@51 { &i2c2 { status = "okay"; - lm75@4a { - compatible = "national,lm75"; - reg = <0x4a>; - }; - at24@52 { compatible = "at,24c32"; pagesize = <32>; -- GitLab