mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
arm64: dts: rockchip: Add power-domain to RK3368 DSI controller
The DSI controller 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: 5023d0cd6183 ("arm64: dts: rockchip: Add DSI for RK3368")
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Link: https://patch.msgid.link/20251021074254.87065-5-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
932feac9d8
commit
8319be65e8
@ -896,6 +896,7 @@
|
||||
clock-names = "pclk";
|
||||
phys = <&dphy>;
|
||||
phy-names = "dphy";
|
||||
power-domains = <&power RK3368_PD_VIO>;
|
||||
resets = <&cru SRST_MIPIDSI0>;
|
||||
reset-names = "apb";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user