Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-02 Thread Arnd Bergmann
On Thursday, June 2, 2016 5:11:31 PM CEST Gerd Hoffmann wrote: > > > > > > Reference to ../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts > > > > > directly in the Makefile? > > Actually tried that, and to my surprise this worked fine for both "make > dtbs" and "make dtbs_install". > > So we

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-02 Thread Gerd Hoffmann
Hi, > > > > Reference to ../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts > > > > directly in the Makefile? Actually tried that, and to my surprise this worked fine for both "make dtbs" and "make dtbs_install". So we should just do that I guess ... > > Yes, in theory. No, in practice. A

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-02 Thread Arnd Bergmann
On Thursday, June 2, 2016 11:14:30 AM CEST Gerd Hoffmann wrote: > Hi, > > > > Well, it just includes the arm64 version as-is, so we don't have > > > duplication. I'm open to suggestions to how handle this better. > > > > > > Symbolic link? > > > > > > Reference to ../../../arm64/boot/dts/br

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-02 Thread Gerd Hoffmann
Hi, > > Well, it just includes the arm64 version as-is, so we don't have > > duplication. I'm open to suggestions to how handle this better. > > > > Symbolic link? > > > > Reference to ../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts > > directly in the Makefile? > > > > I've seen arch

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-02 Thread Arnd Bergmann
On Thursday, June 2, 2016 8:56:05 AM CEST Gerd Hoffmann wrote: > On Do, 2016-06-02 at 00:39 +0200, Arnd Bergmann wrote: > > On Wednesday, June 1, 2016 3:30:35 PM CEST Eric Anholt wrote: > > > Arnd Bergmann writes: > > > > > > > On Wednesday, June 1, 2016 11:43:18 PM CEST Gerd Hoffmann wrote: > >

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-01 Thread Gerd Hoffmann
On Do, 2016-06-02 at 00:39 +0200, Arnd Bergmann wrote: > On Wednesday, June 1, 2016 3:30:35 PM CEST Eric Anholt wrote: > > Arnd Bergmann writes: > > > > > On Wednesday, June 1, 2016 11:43:18 PM CEST Gerd Hoffmann wrote: > > >> diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > > >> b/arch/arm/

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-01 Thread Arnd Bergmann
On Wednesday, June 1, 2016 3:30:35 PM CEST Eric Anholt wrote: > Arnd Bergmann writes: > > > On Wednesday, June 1, 2016 11:43:18 PM CEST Gerd Hoffmann wrote: > >> diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > >> b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > >> new file mode 100644 > >> index 0

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-01 Thread Eric Anholt
Arnd Bergmann writes: > On Wednesday, June 1, 2016 11:43:18 PM CEST Gerd Hoffmann wrote: >> diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts >> b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts >> new file mode 100644 >> index 000..36178a6 >> --- /dev/null >> +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.

Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-01 Thread Arnd Bergmann
On Wednesday, June 1, 2016 11:43:18 PM CEST Gerd Hoffmann wrote: > diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > new file mode 100644 > index 000..36178a6 > --- /dev/null > +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > @@ -0,0 +1 @@ > +#include

[PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm

2016-06-01 Thread Gerd Hoffmann
--- arch/arm/boot/dts/Makefile| 3 ++- arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 06b6c2d..16de98f 100