projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe32553
)
ARM: dts: rockchip: fix vop iommu-cells on rk322x
author
Justin Swartz
<justin.swartz@risingedge.co.za>
Fri, 14 Jun 2019 09:05:12 +0000
(11:05 +0200)
committer
Heiko Stuebner
<heiko@sntech.de>
Thu, 27 Jun 2019 09:57:08 +0000
(11:57 +0200)
iommu-cells obviously needs to start with a "#".
Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk322x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk322x.dtsi
b/arch/arm/boot/dts/rk322x.dtsi
index da102fff96a26b2974e86476c4f0143effe07e5b..b19e7939f3ea33587d0ed4b16497ec0186d8fbbd 100644
(file)
--- a/
arch/arm/boot/dts/rk322x.dtsi
+++ b/
arch/arm/boot/dts/rk322x.dtsi
@@
-579,7
+579,7
@@
interrupt-names = "vop_mmu";
clocks = <&cru ACLK_VOP>, <&cru HCLK_VOP>;
clock-names = "aclk", "iface";
- iommu-cells = <0>;
+
#
iommu-cells = <0>;
status = "disabled";
};