]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: Fix the Aurora L2 cache node with the required cache-unified property
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 6 Oct 2014 09:37:56 +0000 (11:37 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 1 Nov 2014 22:38:29 +0000 (22:38 +0000)
The L2 cache controller on the Armada 370 and Armada XP SoCs is a
unified cache. Moreover, the Aurora cache controller is compatible
with the L2x0 cache controller: the "cache-unified" property is
required by its binding.

This patch fixes the Aurora L2 cache node for the Armada 370 and
Armada XP SoCs by adding this property.

Reported-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/1412588276-4514-1-git-send-email-gregory.clement@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370.dtsi
arch/arm/boot/dts/armada-xp.dtsi

index 6b3c23b1e138e8ef260cf122f4cd677d5ec282b8..7851942e244a6792305fac22634812caa89794fb 100644 (file)
@@ -95,6 +95,7 @@
                                compatible = "marvell,aurora-outer-cache";
                                reg = <0x08000 0x1000>;
                                cache-id-part = <0x100>;
+                               cache-unified;
                                wt-override;
                        };
 
index bff9f6c18db1358dd7d70aa9b9de0e40c054da20..e1707133ee18d5e9d2ac3aeddd5adb4a3a9ffd8c 100644 (file)
@@ -39,6 +39,7 @@
                                compatible = "marvell,aurora-system-cache";
                                reg = <0x08000 0x1000>;
                                cache-id-part = <0x100>;
+                               cache-unified;
                                wt-override;
                        };