Commit bbe5b23d authored by Carlo Caione's avatar Carlo Caione Committed by Kevin Hilman

ARM: dts: meson: Extend L2 cache controller node for Meson8 and Meson8b

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: default avatarCarlo Caione <carlo@endlessm.com>
[apply the change to Meson8 and Meson8b and updated description]
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent f44135e1
......@@ -188,6 +188,12 @@ &i2c_B {
clocks = <&clk81>;
};
&L2 {
arm,data-latency = <3 3 3>;
arm,tag-latency = <2 2 2>;
arm,filter-ranges = <0x100000 0xc0000000>;
};
&spifc {
clocks = <&clk81>;
};
......
......@@ -171,6 +171,12 @@ gpio: banks@80b0 {
};
};
&L2 {
arm,data-latency = <3 3 3>;
arm,tag-latency = <2 2 2>;
arm,filter-ranges = <0x100000 0xc0000000>;
};
&uart_AO {
clocks = <&clkc CLKID_CLK81>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment