mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
rk3288:dtsi: modify default lcdc iommu-enabled prop to disable
This commit is contained in:
parent
8a387fc0ab
commit
44d342d669
|
|
@ -757,7 +757,7 @@ lcdc0: lcdc@ff930000 {
|
|||
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 @@ lcdc1: lcdc@ff940000 {
|
|||
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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user