diff options
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 | 5 |
1 files changed, 4 insertions, 1 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 5a31c776513f..9e2fe99988a6 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | |||
@@ -37,9 +37,12 @@ | |||
37 | 37 | ||
38 | regulators { | 38 | regulators { |
39 | compatible = "simple-bus"; | 39 | compatible = "simple-bus"; |
40 | #address-cells = <1>; | ||
41 | #size-cells = <0>; | ||
40 | 42 | ||
41 | reg_3v3: 3v3 { | 43 | reg_3v3: regulator@0 { |
42 | compatible = "regulator-fixed"; | 44 | compatible = "regulator-fixed"; |
45 | reg = <0>; | ||
43 | regulator-name = "3V3"; | 46 | regulator-name = "3V3"; |
44 | regulator-min-microvolt = <3300000>; | 47 | regulator-min-microvolt = <3300000>; |
45 | regulator-max-microvolt = <3300000>; | 48 | regulator-max-microvolt = <3300000>; |