mirror of https://gitee.com/openkylin/linux.git
ARM: dts: exynos5420: remove disp_pd
This was caused by commit5a8da52404
("ARM: dts: exynos5420: add dsi node"), which conflicted withd51cad7df8
("ARM: dts: remove display power domain for exynos5420"). The DTS addition should never have been merged through the DRM tree in the first place, and it lacked an ack from the platform maintainer (who would have known that the disp_pd reference got removed). Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
01601b3495
commit
ee34fb97a9
|
@ -525,7 +525,6 @@ dsi@14500000 {
|
|||
compatible = "samsung,exynos5410-mipi-dsi";
|
||||
reg = <0x14500000 0x10000>;
|
||||
interrupts = <0 82 0>;
|
||||
samsung,power-domain = <&disp_pd>;
|
||||
phys = <&mipi_phy 1>;
|
||||
phy-names = "dsim";
|
||||
clocks = <&clock CLK_DSIM1>, <&clock CLK_SCLK_MIPI1>;
|
||||
|
|
Loading…
Reference in New Issue