diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-16 00:33:51 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-16 22:07:11 +0300 |
commit | d8dd3d29d02cb04f37098b10ede5251764f06754 (patch) | |
tree | 988e431a487c010e9897edb95d1323ba6483c941 /arch/arm/boot/dts/meson8.dtsi | |
parent | e29b1cf87473811584c8cf02d624954d7784fa5a (diff) | |
download | linux-d8dd3d29d02cb04f37098b10ede5251764f06754.tar.xz |
ARM: dts: meson8b: add the SCU device node
Amlogic's Meson8b SoC has a Snoop Control Unit (SCU), just like many
other Cortex-A5 SoCs. Add the corresponding devicetree node so it can be
used during SMP boot.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi index 17a4c6255589..dfe83364eceb 100644 --- a/arch/arm/boot/dts/meson8.dtsi +++ b/arch/arm/boot/dts/meson8.dtsi @@ -110,6 +110,11 @@ no-map; }; }; + + scu@c4300000 { + compatible = "arm,cortex-a9-scu"; + reg = <0xc4300000 0x100>; + }; }; /* end of / */ &aobus { |