Re: [PATCH v2 4/8] ARM: bcm2835: Split the DT for peripherals from the DT for the CPU

2015-12-21 Thread Eric Anholt
Alexander Aring writes: > Hi Eric, > > On Wed, Dec 16, 2015 at 03:55:11PM -0800, Eric Anholt wrote: >> 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

Re: [PATCH v2 4/8] ARM: bcm2835: Split the DT for peripherals from the DT for the CPU

2015-12-18 Thread Alexander Aring
Hi Eric, On Wed, Dec 16, 2015 at 03:55:11PM -0800, Eric Anholt wrote: > 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:

[PATCH v2 4/8] ARM: bcm2835: Split the DT for peripherals from the DT for the CPU

2015-12-16 Thread Eric Anholt
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 --- arch/arm/boot/dts/bcm2835.dtsi | 194 +--