diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-12-28 21:17:32 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-03 11:44:50 +0100 |
commit | abbf52efadebc1aba898d4493ffed22de5dc29f6 (patch) | |
tree | 061ae8316235b7adcdb057e87fe60af28702913b | |
parent | 1f3a209b2f4ec238d4b0c77b558527e7dab52aab (diff) | |
download | linux-stable-abbf52efadebc1aba898d4493ffed22de5dc29f6.tar.gz linux-stable-abbf52efadebc1aba898d4493ffed22de5dc29f6.tar.bz2 linux-stable-abbf52efadebc1aba898d4493ffed22de5dc29f6.zip |
ARM: dts: rockchip: add power-domains property to dp node on rk3288
[ Upstream commit 80422339a75088322b4d3884bd12fa0fe5d11050 ]
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>
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 9051fb4a267d..aab28161b9ae 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1203,6 +1203,7 @@ clock-names = "dp", "pclk"; phys = <&edp_phy>; phy-names = "dp"; + power-domains = <&power RK3288_PD_VIO>; resets = <&cru SRST_EDP>; reset-names = "dp"; rockchip,grf = <&grf>; |