]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Add power-domain to RK3368 VOP controller
authorHeiko Stuebner <heiko.stuebner@cherry.de>
Tue, 21 Oct 2025 07:42:50 +0000 (09:42 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 20 Nov 2025 22:06:49 +0000 (23:06 +0100)
The VOP is also part of the VIO power-domain and it definitely needs to
be on when accessing it to not cause SError faults, so add the
power-domains property to it.

Fixes: ef06b5ddee1e ("arm64: dts: rockchip: Add display subsystem for RK3368")
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Link: https://patch.msgid.link/20251021074254.87065-6-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368.dtsi

index 5b2cbb3003b69f0357664618612cef8f6f47330b..ce4b112b082babfd281d4b14c19009dd3a5a41f9 100644 (file)
                clocks = <&cru ACLK_VOP>, <&cru DCLK_VOP>, <&cru HCLK_VOP>;
                clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
                iommus = <&vop_mmu>;
+               power-domains = <&power RK3368_PD_VIO>;
                resets = <&cru SRST_LCDC0_AXI>, <&cru SRST_LCDC0_AHB>, <&cru SRST_LCDC0_DCLK>;
                reset-names = "axi", "ahb", "dclk";
                status = "disabled";