Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / arch / arm / dts / imx6dl-aristainetos2b_7-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ or X11
2 /*
3  * Copyright (C) 2019 Heiko Schocher <hs@denx.de>
4  */
5
6 #include <imx6qdl-aristainetos2b-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 };