diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2013-07-07 09:13:31 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 11:29:05 -0400 |
commit | 38918b72751d58e9edcb30c801253933f03e1d31 (patch) | |
tree | 03fe8a81288f00cce7bbdc74078f28f563921417 /arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | |
parent | b9d6bfaabc9fb8fa99245109b966469f3a1d6e7c (diff) |
ARM: dts: imx27 phyCARD-S, i2c ADC device node
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
34 | }; | 34 | }; |
35 | }; | 35 | }; |
36 | }; | 36 | }; |
37 | |||
38 | regulators { | ||
39 | compatible = "simple-bus"; | ||
40 | |||
41 | reg_3v3: 3v3 { | ||
42 | compatible = "regulator-fixed"; | ||
43 | regulator-name = "3V3"; | ||
44 | regulator-min-microvolt = <3300000>; | ||
45 | regulator-max-microvolt = <3300000>; | ||
46 | regulator-always-on; | ||
47 | }; | ||
48 | }; | ||
37 | }; | 49 | }; |
38 | 50 | ||
39 | &fb { | 51 | &fb { |
@@ -48,6 +60,12 @@ | |||
48 | compatible = "nxp,pcf8563"; | 60 | compatible = "nxp,pcf8563"; |
49 | reg = <0x51>; | 61 | reg = <0x51>; |
50 | }; | 62 | }; |
63 | |||
64 | adc@64 { | ||
65 | compatible = "maxim,max1037"; | ||
66 | vcc-supply = <®_3v3>; | ||
67 | reg = <0x64>; | ||
68 | }; | ||
51 | }; | 69 | }; |
52 | 70 | ||
53 | &owire { | 71 | &owire { |