diff options
author | Simon Glass | 2017-05-31 17:57:26 -0600 |
---|---|---|
committer | Simon Glass | 2017-06-09 13:39:34 -0600 |
commit | 3238474b8f60b17e8a2ccd3e19dee9d836e7a277 (patch) | |
tree | eb1e86878ac0f73b0dd02b67b27edbd66333a5b8 /arch | |
parent | 385105983abf428de55eab9a1c2464889e94cc1b (diff) |
rockchip: Fix regualtor typo in veyron
This typo doesn't actually cause any problems, but is wrong. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3288-veyron-jerry.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3288-veyron-jerry.dts b/arch/arm/dts/rk3288-veyron-jerry.dts index 8aab607cc52..2e6272b81b0 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>; |