diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-01 18:46:58 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-08-15 18:42:37 +0200 |
commit | 4c049a5b7c89012872184c1fdaefe04ea3dc7dc0 (patch) | |
tree | 90aca46fab65f2df9b0245d19e13c94d49d85f0e /arch/arm/boot/dts/am335x-bone-common.dtsi | |
parent | ARM: dts: am335x/am437x: remove unneeded unit name for gpio-matrix-keypad (diff) | |
download | linux-4c049a5b7c89012872184c1fdaefe04ea3dc7dc0.tar.xz linux-4c049a5b7c89012872184c1fdaefe04ea3dc7dc0.zip |
ARM: dts: am335x/am437x: remove unneeded unit name for fixed regulators
This patch fixes the following DTC warnings for many boards:
"Node /fixedregulator@0 has a unit name, but no reg property"
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-bone-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-bone-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-bone-common.dtsi b/arch/arm/boot/dts/am335x-bone-common.dtsi index e247c15e5176..d4890149dac4 100644 --- a/arch/arm/boot/dts/am335x-bone-common.dtsi +++ b/arch/arm/boot/dts/am335x-bone-common.dtsi @@ -57,7 +57,7 @@ }; }; - vmmcsd_fixed: fixedregulator@0 { + vmmcsd_fixed: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vmmcsd_fixed"; regulator-min-microvolt = <3300000>; |