[U-Boot] [PATCH v2 18/28] rockchip: Fix regualtor typo in veyron
Simon Glass
sjg at chromium.org
Wed May 31 23:57:26 UTC 2017
This typo doesn't actually cause any problems, but is wrong. Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/arm/dts/rk3288-veyron-jerry.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/rk3288-veyron-jerry.dts b/arch/arm/dts/rk3288-veyron-jerry.dts
index 8aab607cc5..2e6272b81b 100644
--- a/arch/arm/dts/rk3288-veyron-jerry.dts
+++ b/arch/arm/dts/rk3288-veyron-jerry.dts
@@ -21,7 +21,7 @@
stdout-path = &uart2;
};
- panel_regulator: panel-regualtor {
+ panel_regulator: panel-regulator {
compatible = "regulator-fixed";
enable-active-high;
gpio = <&gpio7 14 GPIO_ACTIVE_HIGH>;
--
2.13.0.219.gdb65acc882-goog
More information about the U-Boot
mailing list