diff options
author | Carlo Caione <carlo@endlessm.com> | 2017-04-18 00:42:44 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-26 21:23:08 +0300 |
commit | bbe5b23dfdd346e782f8c56ab01bb3f5eaddd438 (patch) | |
tree | c088d83d3df4ec561c5bc7e09b7cee4b616a0009 /arch/arm/boot/dts/meson8b.dtsi | |
parent | f44135e1f961d5bed1e737ff8e67564cdfa5eb85 (diff) | |
download | linux-bbe5b23dfdd346e782f8c56ab01bb3f5eaddd438.tar.xz |
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index ef9ac974111c..d9f116a418b2 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -171,6 +171,12 @@ }; }; +&L2 { + arm,data-latency = <3 3 3>; + arm,tag-latency = <2 2 2>; + arm,filter-ranges = <0x100000 0xc0000000>; +}; + &uart_AO { clocks = <&clkc CLKID_CLK81>; }; |