20793d3f5d
add ip power driver based on regulator framework for hikey970
13 lines
356 B
Devicetree
13 lines
356 B
Devicetree
/ {
|
|
regu_ip: test_regu_ip@0xFFF35000 {
|
|
compatible = "hisilicon,regulator-ip-test";
|
|
reg = <0x0 0xFFF35000 0x0 0x1000>; /* 4K */
|
|
vivobustest-supply = <&vivobus>;
|
|
dsssubsystest-supply = <&dsssubsys>;
|
|
vcodecsubsystest-supply = <&vcodecsubsys>;
|
|
vdectest-supply = <&vdec>;
|
|
venctest-supply = <&venc>;
|
|
ispsubsystest-supply = <&ispsubsys>;
|
|
};
|
|
};
|