[PATCH] ARM: ux500: fix typo in regulator names
Tomeu Vizoso
tomeu.vizoso at collabora.com
Wed Aug 5 05:22:20 PDT 2015
Apparently an extra _reg suffix was appended to the end of the names of
regulators ab8500_ext2_reg and ab8500_ext3_reg.
Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
---
arch/arm/boot/dts/ste-snowball.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts
index 32a5ccb14e7e..07c0e346942c 100644
--- a/arch/arm/boot/dts/ste-snowball.dts
+++ b/arch/arm/boot/dts/ste-snowball.dts
@@ -360,11 +360,11 @@
regulator-name = "ab8500-ext-supply1";
};
- ab8500_ext2_reg_reg: ab8500_ext2 {
+ ab8500_ext2_reg: ab8500_ext2 {
regulator-name = "ab8500-ext-supply2";
};
- ab8500_ext3_reg_reg: ab8500_ext3 {
+ ab8500_ext3_reg: ab8500_ext3 {
regulator-name = "ab8500-ext-supply3";
};
};
--
2.4.3
More information about the linux-arm-kernel
mailing list