ARM: dts: at91: sama5d2_icp: fix i2c eeprom compatible
[platform/kernel/u-boot.git] / arch / arm / dts / imx6dl-aristainetos2_7-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2019 Heiko Schocher <hs@denx.de>
4  */
5
6 #include <imx6qdl-aristainetos2-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 };