mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
ARM: dts: imx53-qsb: add dvdd and avdd supply for panel sii,43wvf1g
Add dvdd and avdd supply and regulators for panel sii,43wvf1g to fix below
check_dtbs warnings:
panel (sii,43wvf1g): 'dvdd-supply' is a required property
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
a767ab8ae6
commit
d6af25d182
|
|
@ -91,6 +91,8 @@ panel_dpi: panel {
|
|||
pinctrl-0 = <&pinctrl_display_power>;
|
||||
backlight = <&backlight_parallel>;
|
||||
enable-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
|
||||
dvdd-supply = <®_3p2v>;
|
||||
avdd-supply = <®_5v>;
|
||||
|
||||
port {
|
||||
panel_in: endpoint {
|
||||
|
|
@ -107,6 +109,14 @@ reg_3p2v: regulator-3p2v {
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
reg_5v: regulator-5v {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "5V";
|
||||
regulator-min-microvolt = <5000000>;
|
||||
regulator-max-microvolt = <5000000>;
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
reg_usb_vbus: regulator-usb-vbus {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "usb_vbus";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user