summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6dl-aristainetos2_7-u-boot.dtsi
blob: 25bc562064bd9707a0fd9e318baaadb567072abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2019 Heiko Schocher <hs@denx.de>
 */

#include <imx6qdl-aristainetos2-u-boot.dtsi>
/ {
	vdd_panel_reg: regulator-panel {
		compatible = "regulator-fixed";
		regulator-name = "panel_regulator";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-always-on;
	};
};

&panel0 {
	power-supply = <&vdd_panel_reg>;
};