ARM: dts: rockchip: rk3126c-evb-ddr3-v10-linux: fixed ldo5 regulator err

Change-Id: I8aa5bf17c80fe5ba78c8ef1767c0f947ea9b6080
Signed-off-by: Yao Xiao <xiaoyao@rock-chips.com>
This commit is contained in:
Yao Xiao
2022-12-23 09:10:44 +08:00
committed by Tao Huang
parent 46b9b70ded
commit e3772da5fa

View File

@@ -128,6 +128,13 @@
#clock-cells = <0>;
};
/* This node is useless for RK3126C EVB without bluetooth.
* It's just for compatibility with SDK script checks.
*/
wireless-bluetooth {
status = "disabled";
};
wireless-wlan {
compatible = "wlan-platdata";
power_ctrl_by_pmu;
@@ -719,7 +726,6 @@
regulator-name= "ldo5";
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
regulator-boot-on;
regulator-state-mem {
regulator-off-in-suspend;
};