修改电压域

This commit is contained in:
zhangpeng
2025-07-22 09:09:26 +08:00
parent 461fbeedaf
commit e009ded758
7 changed files with 137 additions and 129 deletions

View File

@@ -14,7 +14,7 @@
#include <dt-bindings/pinctrl/rockchip.h>
#include "../rk3566.dtsi"
#include "../rk3568.dtsi"
/ {
@@ -188,6 +188,7 @@
regulator-max-microvolt = <5000000>;
vin-supply = <&dc_12v>;
};
/*
vcc5v0_usb: vcc5v0-usb {
compatible = "regulator-fixed";
@@ -366,7 +367,7 @@
&i2c0 {
status = "okay";
status = "disabled";
rk809: pmic@20 {
compatible = "rockchip,rk809";
reg = <0x20>;
@@ -767,12 +768,12 @@
*/
&pmu_io_domains {
status = "okay";
pmuio2-supply = <&vcc3v3_pmu>;
vccio1-supply = <&vccio_acodec>;
vccio3-supply = <&vccio_sd>;
vccio4-supply = <&vcc_3v3>;
pmuio2-supply = <&vcc_3v3>;
vccio1-supply = <&vcc_3v3>;
vccio3-supply = <&vcc_3v3>;
vccio4-supply = <&vcc_1v8>;
vccio5-supply = <&vcc_3v3>;
vccio6-supply = <&vcc_3v3>;
vccio6-supply = <&vcc_1v8>;
vccio7-supply = <&vcc_3v3>;
};