Skip to content
Snippets Groups Projects
Commit 3238474b authored by Simon Glass's avatar Simon Glass
Browse files

rockchip: Fix regualtor typo in veyron


This typo doesn't actually cause any problems, but is wrong. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 38510598
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment