diff options
-rw-r--r-- | arch/arm/boot/dts/imx27-apf27dev.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index da306c5dd678..bba3f41b89ef 100644 --- a/arch/arm/boot/dts/imx27-apf27dev.dts +++ b/arch/arm/boot/dts/imx27-apf27dev.dts | |||
@@ -59,6 +59,21 @@ | |||
59 | linux,default-trigger = "heartbeat"; | 59 | linux,default-trigger = "heartbeat"; |
60 | }; | 60 | }; |
61 | }; | 61 | }; |
62 | |||
63 | regulators { | ||
64 | compatible = "simple-bus"; | ||
65 | #address-cells = <1>; | ||
66 | #size-cells = <0>; | ||
67 | |||
68 | reg_max5821: regulator@0 { | ||
69 | compatible = "regulator-fixed"; | ||
70 | reg = <0>; | ||
71 | regulator-name = "max5821-reg"; | ||
72 | regulator-min-microvolt = <2500000>; | ||
73 | regulator-max-microvolt = <2500000>; | ||
74 | regulator-always-on; | ||
75 | }; | ||
76 | }; | ||
62 | }; | 77 | }; |
63 | 78 | ||
64 | &cspi1 { | 79 | &cspi1 { |
@@ -107,6 +122,12 @@ | |||
107 | compatible = "dallas,ds1374"; | 122 | compatible = "dallas,ds1374"; |
108 | reg = <0x68>; | 123 | reg = <0x68>; |
109 | }; | 124 | }; |
125 | |||
126 | max5821@38 { | ||
127 | compatible = "maxim,max5821"; | ||
128 | reg = <0x38>; | ||
129 | vref-supply = <®_max5821>; | ||
130 | }; | ||
110 | }; | 131 | }; |
111 | 132 | ||
112 | &i2c2 { | 133 | &i2c2 { |