diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2019-08-17 18:08:09 +0200 |
---|---|---|
committer | Stefan Wahren <wahrenst@gmx.net> | 2019-10-10 19:13:02 +0200 |
commit | 3ce82be9ae3d6d6da9984050147da4736b5090d9 (patch) | |
tree | bed3bfaf4287f3d6683a752f09ebcfc516abb927 /arch/arm/boot/dts/bcm2837.dtsi | |
parent | ba61479e1ee94622491a662a1e056d177c1969f8 (diff) | |
download | linux-3ce82be9ae3d6d6da9984050147da4736b5090d9.tar.bz2 |
ARM: dts: bcm283x: Move BCM2835/6/7 specific to bcm2835-common.dtsi
As preparation we want all common BCM2711 + BCM2835/6/7 functions in
bcm283x.dtsi and all BCM2835/6/7 specific in the new
bcm2835-common.dtsi. Since i2c2 is BCM2835 specific, we also need
to move it to bcm2835-common.dtsi.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Acked-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm2837.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm2837.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2837.dtsi b/arch/arm/boot/dts/bcm2837.dtsi index beb6c502dadc..9e95fee78e19 100644 --- a/arch/arm/boot/dts/bcm2837.dtsi +++ b/arch/arm/boot/dts/bcm2837.dtsi @@ -1,4 +1,5 @@ #include "bcm283x.dtsi" +#include "bcm2835-common.dtsi" / { compatible = "brcm,bcm2837"; |