Heiko Schocher | 227cb30 | 2019-12-01 11:23:32 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ or X11 |
2 | /* | ||||
3 | * Copyright (C) 2019 Heiko Schocher <hs@denx.de> | ||||
4 | */ | ||||
5 | |||||
6 | #include <imx6qdl-aristainetos2c-u-boot.dtsi> | ||||
7 | / { | ||||
8 | vdd_panel_reg: regulator-panel { | ||||
9 | compatible = "regulator-fixed"; | ||||
10 | regulator-name = "panel_regulator"; | ||||
11 | regulator-min-microvolt = <3300000>; | ||||
12 | regulator-max-microvolt = <3300000>; | ||||
13 | regulator-always-on; | ||||
14 | }; | ||||
15 | }; | ||||
16 | |||||
17 | &panel0 { | ||||
18 | power-supply = <&vdd_panel_reg>; | ||||
19 | }; |