ARM: dts: meson: Extend L2 cache controller node for Meson8 and Meson8b
authorCarlo Caione <carlo@endlessm.com>
Mon, 17 Apr 2017 21:42:44 +0000 (23:42 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 26 May 2017 18:23:08 +0000 (11:23 -0700)
This patch extends the L2 cache controller node for the Amlogic Meson8
and Meson8b SoCs with some missing parameters. These are taken from the
Amlogic GPL kernel source.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
[apply the change to Meson8 and Meson8b and updated description]
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/meson8.dtsi
arch/arm/boot/dts/meson8b.dtsi

index 5eaaf06..6993077 100644 (file)
        clocks = <&clk81>;
 };
 
+&L2 {
+       arm,data-latency = <3 3 3>;
+       arm,tag-latency = <2 2 2>;
+       arm,filter-ranges = <0x100000 0xc0000000>;
+};
+
 &spifc {
        clocks = <&clk81>;
 };
index ef9ac97..d9f116a 100644 (file)
        };
 };
 
+&L2 {
+       arm,data-latency = <3 3 3>;
+       arm,tag-latency = <2 2 2>;
+       arm,filter-ranges = <0x100000 0xc0000000>;
+};
+
 &uart_AO {
        clocks = <&clkc CLKID_CLK81>;
 };