Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412935
| From | Gerd Hoffmann <kraxel@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. |
| Date | 2016-06-03 10:50 +0200 |
| Message-ID | <rFSXL-T2-19@gated-at.bofh.it> (permalink) |
| References | <rFQCC-81c-7@gated-at.bofh.it> <rFQCC-81c-17@gated-at.bofh.it> <rFRS1-g0-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fr, 2016-06-03 at 09:38 +0200, Arnd Bergmann wrote: > On Friday, June 3, 2016 8:18:26 AM CEST Gerd Hoffmann wrote: > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index 06b6c2d..71e2d36 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -66,7 +66,8 @@ dtb-$(CONFIG_ARCH_BCM2835) += \ > > bcm2835-rpi-b-rev2.dtb \ > > bcm2835-rpi-b-plus.dtb \ > > bcm2835-rpi-a-plus.dtb \ > > - bcm2836-rpi-2-b.dtb > > + bcm2836-rpi-2-b.dtb \ > > + ../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dtb > > dtb-$(CONFIG_ARCH_BCM_5301X) += \ > > bcm4708-asus-rt-ac56u.dtb \ > > bcm4708-asus-rt-ac68u.dtb \ > > Let's make this hunk a separate patch so we can discuss it on its > own. Hmm, I through we where in agreement to do it this way ... > I'm not really happy about the way it looks (in general, using ../../../ > anywhere in the kernel looks hacky. > > How about a separate > > dtb-$(CONFIG_ARCH_BCM2835) += > ../../../arm64/boot/dts/broadcom/ Not working. Tried "subdir-$(CONFIG_ARCH_BCM) += ...". Didn't work either. Same for "dts-dirs += ...". Running out of ideas. Guess I have to leave this to someone who knows kbuild better than me. cheers, Gerd
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-03 08:20 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Arnd Bergmann <arnd@arndb.de> - 2016-06-03 09:40 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-03 10:50 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Arnd Bergmann <arnd@arndb.de> - 2016-06-03 11:00 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-03 12:40 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Rob Herring <robh+dt@kernel.org> - 2016-06-03 18:20 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Arnd Bergmann <arnd@arndb.de> - 2016-06-04 23:40 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-06 09:30 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Arnd Bergmann <arnd@arndb.de> - 2016-06-06 09:30 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Gerd Hoffmann <kraxel@redhat.com> - 2016-06-06 09:50 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Arnd Bergmann <arnd@arndb.de> - 2016-06-04 12:50 +0200
Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Stefan Wahren <stefan.wahren@i2se.com> - 2016-06-03 11:10 +0200
csiph-web