mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk3288:dtsi: modify default lcdc iommu-enabled prop to disable
This commit is contained in:
@@ -757,7 +757,7 @@
|
||||
compatible = "rockchip,rk3288-lcdc";
|
||||
rockchip,prop = <PRMRY>;
|
||||
rockchip,pwr18 = <0>;
|
||||
rockchip,iommu-enabled = <1>;
|
||||
rockchip,iommu-enabled = <0>;
|
||||
reg = <0xff930000 0x10000>;
|
||||
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-names = "default", "gpio";
|
||||
@@ -772,7 +772,7 @@
|
||||
compatible = "rockchip,rk3288-lcdc";
|
||||
rockchip,prop = <EXTEND>;
|
||||
rochchip,pwr18 = <0>;
|
||||
rockchip,iommu-enabled = <1>;
|
||||
rockchip,iommu-enabled = <0>;
|
||||
reg = <0xff940000 0x10000>;
|
||||
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user