mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-30 15:11:43 +01:00
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>
This commit is contained in:
parent
385105983a
commit
3238474b8f
@ -21,7 +21,7 @@
|
|||||||
stdout-path = &uart2;
|
stdout-path = &uart2;
|
||||||
};
|
};
|
||||||
|
|
||||||
panel_regulator: panel-regualtor {
|
panel_regulator: panel-regulator {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
gpio = <&gpio7 14 GPIO_ACTIVE_HIGH>;
|
gpio = <&gpio7 14 GPIO_ACTIVE_HIGH>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user