mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user