]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: meson8b: add the SCU device node
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 15 Jun 2017 21:33:51 +0000 (23:33 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 16 Jun 2017 19:07:11 +0000 (12:07 -0700)
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>
arch/arm/boot/dts/meson8.dtsi
arch/arm/boot/dts/meson8b.dtsi

index 17a4c62555897493cc40380e272ca2653f176520..dfe83364eceb4ca254d5c056f9ee2a6842ac4467 100644 (file)
                        no-map;
                };
        };
+
+       scu@c4300000 {
+               compatible = "arm,cortex-a9-scu";
+               reg = <0xc4300000 0x100>;
+       };
 }; /* end of / */
 
 &aobus {
index 521be5dfa8ef5bdd644616e7c48016dcd84df441..173b12a999e63cacdc3f81a8d1f5d0807a4956b3 100644 (file)
                        reg = <0x203>;
                };
        };
+
+       scu@c4300000 {
+               compatible = "arm,cortex-a5-scu";
+               reg = <0xc4300000 0x100>;
+       };
 }; /* end of / */
 
 &aobus {