diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-04-17 23:39:37 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-05-26 11:23:08 -0700 |
commit | 200a575b68d25c5ad4d3379e6d43e9b3f6083e1b (patch) | |
tree | bc6abbd4c5f25f151dc185264a1b7d02b471617d /arch/arm/boot/dts/meson6.dtsi | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | blackbird-obmc-linux-200a575b68d25c5ad4d3379e6d43e9b3f6083e1b.tar.gz blackbird-obmc-linux-200a575b68d25c5ad4d3379e6d43e9b3f6083e1b.zip |
ARM: dts: meson: organize devices in their corresponding busses
The Amlogic Meson SoCs have most of the internal peripherals organized
in busses. Use them to make the dts easier to read and to avoid
duplicated register (bus) offset definitions.
The bus information is taken from the vendor kernel:
#define IO_CBUS_PHY_BASE 0xc1100000 ///2M
#define IO_AOBUS_PHY_BASE 0xc8100000 ///1M
There are more internal busses (such as the abp bus which seems to
contain audio, HDMI and Mali registers), but since we don't have
drivers for them yet these are not added (yet).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
[khilman: minor whitespace fix]
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson6.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/meson6.dtsi b/arch/arm/boot/dts/meson6.dtsi index 8b33be15af94..b0fc91ffd6a1 100644 --- a/arch/arm/boot/dts/meson6.dtsi +++ b/arch/arm/boot/dts/meson6.dtsi @@ -51,8 +51,6 @@ model = "Amlogic Meson6 SoC"; compatible = "amlogic,meson6"; - interrupt-parent = <&gic>; - cpus { #address-cells = <1>; #size-cells = <0>; |