summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6dl-aristainetos2b_csl_7-u-boot.dtsi
blob: 70d195ecbfeb25b8405e1a63c054c17fcb6bcadd (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+ or X11
/*
 * Copyright (C) 2019 Heiko Schocher <hs@denx.de>
 */

#include <imx6qdl-aristainetos2b_csl-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>;
};