ARM: bcm2835: Split the DT for peripherals from the DT for the CPU
authorEric Anholt <eric@anholt.net>
Wed, 16 Dec 2015 21:24:40 +0000 (13:24 -0800)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 16:16:58 +0000 (17:16 +0100)
commit548c3a39e0359383839d43d0cb435dbb4de101e3
treee8ac15ef1ac19c151d1feb46e3eaae6259dec0dd
parentef2a27059226327228238a55208d8c11b80013c9
ARM: bcm2835: Split the DT for peripherals from the DT for the CPU

The set of peripherals remained constant across bcm2835 (Raspberry Pi
1) and bcm2836 (Raspberry Pi 2), but the CPU was swapped out.  Split
the files so that we can include just peripheral setup in 2836.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/bcm2835.dtsi
arch/arm/boot/dts/bcm283x.dtsi [new file with mode: 0644]