diff options
author | Eric Anholt <eric@anholt.net> | 2015-12-17 00:55:12 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-31 17:16:59 +0100 |
commit | 4b8c3907c3090d019efdeb02765db209927c0c4f (patch) | |
tree | bae739f8e7b4fabdb540f9cdbcb17cbef2476bc3 /arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | |
parent | ARM: bcm2835: Split the DT for peripherals from the DT for the CPU (diff) | |
download | linux-4b8c3907c3090d019efdeb02765db209927c0c4f.tar.xz linux-4b8c3907c3090d019efdeb02765db209927c0c4f.zip |
ARM: bcm2835: Move the CPU/peripheral include out of common RPi DT.
For Raspberry Pi 2, we want to use the same general pin assignment
bits, but need to use bcm2836.dtsi for the CPU instead.
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-b-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts b/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts index 668442b1bda5..ef5405025223 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts @@ -1,4 +1,5 @@ /dts-v1/; +#include "bcm2835.dtsi" #include "bcm2835-rpi.dtsi" / { |