ARM: dts: rockchip: Fix power-controller node names for rk3066a
[ Upstream commit f2948781a72f0d8cf2adf31758c357f2f35e6c79 ] Use more generic names (as recommended in the device tree specification or the binding documentation) Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Reviewed-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/20210417112952.8516-2-jbx6244@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
fc01549d7b
commit
70abb82831
@@ -755,7 +755,7 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
pd_vio@RK3066_PD_VIO {
|
power-domain@RK3066_PD_VIO {
|
||||||
reg = <RK3066_PD_VIO>;
|
reg = <RK3066_PD_VIO>;
|
||||||
clocks = <&cru ACLK_LCDC0>,
|
clocks = <&cru ACLK_LCDC0>,
|
||||||
<&cru ACLK_LCDC1>,
|
<&cru ACLK_LCDC1>,
|
||||||
@@ -782,7 +782,7 @@
|
|||||||
<&qos_rga>;
|
<&qos_rga>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pd_video@RK3066_PD_VIDEO {
|
power-domain@RK3066_PD_VIDEO {
|
||||||
reg = <RK3066_PD_VIDEO>;
|
reg = <RK3066_PD_VIDEO>;
|
||||||
clocks = <&cru ACLK_VDPU>,
|
clocks = <&cru ACLK_VDPU>,
|
||||||
<&cru ACLK_VEPU>,
|
<&cru ACLK_VEPU>,
|
||||||
@@ -791,7 +791,7 @@
|
|||||||
pm_qos = <&qos_vpu>;
|
pm_qos = <&qos_vpu>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pd_gpu@RK3066_PD_GPU {
|
power-domain@RK3066_PD_GPU {
|
||||||
reg = <RK3066_PD_GPU>;
|
reg = <RK3066_PD_GPU>;
|
||||||
clocks = <&cru ACLK_GPU>;
|
clocks = <&cru ACLK_GPU>;
|
||||||
pm_qos = <&qos_gpu>;
|
pm_qos = <&qos_gpu>;
|
||||||
|
Reference in New Issue
Block a user