summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-tx53.dtsi
diff options
context:
space:
mode:
authorShawn Guo2014-02-07 16:18:30 +0100
committerShawn Guo2014-02-09 14:32:30 +0100
commit352d318cc9136d5be9c41e9fb235afc0822a375e (patch)
tree233e60d25f57a7621e57a52ca9cbb9eb98bb853b /arch/arm/boot/dts/imx53-tx53.dtsi
parentARM: dts: imx53-mba53: create a container for fixed regulators (diff)
downloadkernel-qcow2-linux-352d318cc9136d5be9c41e9fb235afc0822a375e.tar.gz
kernel-qcow2-linux-352d318cc9136d5be9c41e9fb235afc0822a375e.tar.xz
kernel-qcow2-linux-352d318cc9136d5be9c41e9fb235afc0822a375e.zip
ARM: dts: imx: use generic node name for fixed regulator
The device tree specification recommends that generic name should be used for nodes. So instead of naming those fixed regulator nodes arbitrarily, let's use the generic name 'regulator@num' for those nodes. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-tx53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53-tx53.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tx53.dtsi b/arch/arm/boot/dts/imx53-tx53.dtsi
index f494766700a3..db4255c8e7e8 100644
--- a/arch/arm/boot/dts/imx53-tx53.dtsi
+++ b/arch/arm/boot/dts/imx53-tx53.dtsi
@@ -21,9 +21,12 @@
regulators {
compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <0>;
- reg_3p3v: 3p3v {
+ reg_3p3v: regulator@0 {
compatible = "regulator-fixed";
+ reg = <0>;
regulator-name = "3P3V";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;