Skip to content

Commit 8042233

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: add power-domains property to dp node on rk3288
The clocks in the Rockchip rk3288 DisplayPort node are included in the power-domain@RK3288_PD_VIO logic, but the power-domains property in the dp node is missing, so fix it. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/dab85bfb-9f55-86a1-5cd5-7388c43e0ec5@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 9554f02 commit 8042233

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,7 @@
11811181
clock-names = "dp", "pclk";
11821182
phys = <&edp_phy>;
11831183
phy-names = "dp";
1184+
power-domains = <&power RK3288_PD_VIO>;
11841185
resets = <&cru SRST_EDP>;
11851186
reset-names = "dp";
11861187
rockchip,grf = <&grf>;

0 commit comments

Comments
 (0)