Commit 5780acda authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo

ARM: dts: imx6q-apalis-eval: add carrier board 3.3V supply

Add the 3.3V main supply on the carrier board. Currently as a fixed
supply since not all consumer are modeled yet. This gets also rid of
some missing supply warnings.
Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6c74366b
...@@ -113,6 +113,7 @@ panel: panel { ...@@ -113,6 +113,7 @@ panel: panel {
*/ */
compatible = "edt,et057090dhu"; compatible = "edt,et057090dhu";
backlight = <&backlight>; backlight = <&backlight>;
power-supply = <&reg_3v3_sw>;
port { port {
lcd_panel_in: endpoint { lcd_panel_in: endpoint {
...@@ -131,19 +132,30 @@ reg_pcie_switch: regulator-pcie-switch { ...@@ -131,19 +132,30 @@ reg_pcie_switch: regulator-pcie-switch {
enable-active-high; enable-active-high;
status = "okay"; status = "okay";
}; };
reg_3v3_sw: regulator-3v3-sw {
compatible = "regulator-fixed";
regulator-name = "3.3V_SW";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
}; };
&backlight { &backlight {
brightness-levels = <0 127 191 223 239 247 251 255>; brightness-levels = <0 127 191 223 239 247 251 255>;
default-brightness-level = <1>; default-brightness-level = <1>;
power-supply = <&reg_3v3_sw>;
status = "okay"; status = "okay";
}; };
&can1 { &can1 {
xceiver-supply = <&reg_3v3_sw>;
status = "okay"; status = "okay";
}; };
&can2 { &can2 {
xceiver-supply = <&reg_3v3_sw>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment