From: Markus Pargmann Date: Sun, 7 Jul 2013 13:13:31 +0000 (+0200) Subject: ARM: dts: imx27 phyCARD-S, i2c ADC device node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=38918b72751d58e9edcb30c801253933f03e1d31;p=linux-beck.git ARM: dts: imx27 phyCARD-S, i2c ADC device node Signed-off-by: Markus Pargmann Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts index 0514b0a8919e..5a31c776513f 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts @@ -34,6 +34,18 @@ }; }; }; + + regulators { + compatible = "simple-bus"; + + reg_3v3: 3v3 { + compatible = "regulator-fixed"; + regulator-name = "3V3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; + }; + }; }; &fb { @@ -48,6 +60,12 @@ compatible = "nxp,pcf8563"; reg = <0x51>; }; + + adc@64 { + compatible = "maxim,max1037"; + vcc-supply = <®_3v3>; + reg = <0x64>; + }; }; &owire {