Files
linux/arch/arm64/boot/dts/hisilicon/hisi_power_ip_test.dtsi
T
qwx495460 20793d3f5d support ip regulator
add ip power driver based on regulator framework for hikey970
2018-03-16 09:28:30 +08:00

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>;
};
};