mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02: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: 5023d0cd61 ("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 @@ mipi_dsi: dsi@ff960000 {
|
|||
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…
Reference in New Issue
Block a user