From: Simon Glass Date: Wed, 31 May 2017 23:57:26 +0000 (-0600) Subject: rockchip: Fix regualtor typo in veyron X-Git-Tag: v2017.07-rc2~54^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3238474b8f60b17e8a2ccd3e19dee9d836e7a277;p=u-boot rockchip: Fix regualtor typo in veyron This typo doesn't actually cause any problems, but is wrong. Fix it. Signed-off-by: Simon Glass --- 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>;