ARM: dts: rockchip: add power-domains property to dp node on rk3288
[ Upstream commit 80422339a7 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
1f3a209b2f
commit
abbf52efad
1 changed files with 1 additions and 0 deletions
|
|
@ -1203,6 +1203,7 @@
|
||||||
clock-names = "dp", "pclk";
|
clock-names = "dp", "pclk";
|
||||||
phys = <&edp_phy>;
|
phys = <&edp_phy>;
|
||||||
phy-names = "dp";
|
phy-names = "dp";
|
||||||
|
power-domains = <&power RK3288_PD_VIO>;
|
||||||
resets = <&cru SRST_EDP>;
|
resets = <&cru SRST_EDP>;
|
||||||
reset-names = "dp";
|
reset-names = "dp";
|
||||||
rockchip,grf = <&grf>;
|
rockchip,grf = <&grf>;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue