mbox series

[V2,0/3] ARM: dts: add Raspberry Pi Compute Module 3 and IO board

Message ID 1535393148-24163-1-git-send-email-stefan.wahren@i2se.com
Headers show
Series ARM: dts: add Raspberry Pi Compute Module 3 and IO board | expand

Message

Stefan Wahren Aug. 27, 2018, 6:05 p.m. UTC
This patch series add support for Rasberry Pi Compute Module 3 and
Compute Module 3 Lite.

Changes in V2:
- add Reviewed-by tag from Rob
- split arm and arm64 into separate patches

Stefan Wahren (3):
  dt-bindings: bcm: Add Raspberry Pi CM3 and CM3L
  ARM: dts: add Raspberry Pi Compute Module 3 and IO board
  arm64: dts: broadcom: Add reference to Compute Module IO Board V3

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |  8 ++
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts          | 87 ++++++++++++++++++++++
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi             | 52 +++++++++++++
 arch/arm64/boot/dts/broadcom/Makefile              |  3 +-
 .../boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts      |  2 +
 6 files changed, 152 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

Comments

Stefan Wahren Aug. 31, 2018, 9:35 a.m. UTC | #1
Am 27.08.2018 um 20:05 schrieb Stefan Wahren:
> This patch series add support for Rasberry Pi Compute Module 3 and
> Compute Module 3 Lite.
>
> Changes in V2:
> - add Reviewed-by tag from Rob
> - split arm and arm64 into separate patches
>
> Stefan Wahren (3):
>   dt-bindings: bcm: Add Raspberry Pi CM3 and CM3L
>   ARM: dts: add Raspberry Pi Compute Module 3 and IO board
>   arm64: dts: broadcom: Add reference to Compute Module IO Board V3
>

series applied to bcm2835-dt-next
Liviu Dudau Sept. 23, 2018, 5:39 p.m. UTC | #2
On Mon, Aug 27, 2018 at 08:05:48PM +0200, Stefan Wahren wrote:
> This adds a reference to the dts of the Compute Module IO Board V3 in arm,
> so we don't need to maintain the content in arm64.
> 
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  arch/arm64/boot/dts/broadcom/Makefile                | 3 ++-
>  arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 ++
>  2 files changed, 4 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
> 
> diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile
> index 1193a9e..3d98f5f 100644
> --- a/arch/arm64/boot/dts/broadcom/Makefile
> +++ b/arch/arm64/boot/dts/broadcom/Makefile
> @@ -1,6 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
> -			      bcm2837-rpi-3-b-plus.dtb
> +			      bcm2837-rpi-3-b-plus.dtb \
> +			      bcm2837-rpi-cm3-io3.dts

This should be the .dtb file, not the .dts. At compile time make is not going
to complain, because it finds the file, but make dtbs_install will fail.

I'm not sure if you want a patch or if you can fix it in your public tree.


Found out while trying to install the dtbs from linux-next 20180920

Best regards,
Liviu

>  
>  subdir-y	+= northstar2
>  subdir-y	+= stingray
> diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
> new file mode 100644
> index 0000000..b1c4ab2
> --- /dev/null
> +++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
> @@ -0,0 +1,2 @@
> +// SPDX-License-Identifier: GPL-2.0
> +#include "arm/bcm2837-rpi-cm3-io3.dts"
> -- 
> 2.7.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Stefan Wahren Sept. 24, 2018, 8:17 a.m. UTC | #3
Hi Liviu,

[add Arnd and Olof]


Am 23.09.2018 um 19:39 schrieb Liviu Dudau:
> On Mon, Aug 27, 2018 at 08:05:48PM +0200, Stefan Wahren wrote:
>> This adds a reference to the dts of the Compute Module IO Board V3 in arm,
>> so we don't need to maintain the content in arm64.
>>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> ---
>>  arch/arm64/boot/dts/broadcom/Makefile                | 3 ++-
>>  arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 ++
>>  2 files changed, 4 insertions(+), 1 deletion(-)
>>  create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
>>
>> diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile
>> index 1193a9e..3d98f5f 100644
>> --- a/arch/arm64/boot/dts/broadcom/Makefile
>> +++ b/arch/arm64/boot/dts/broadcom/Makefile
>> @@ -1,6 +1,7 @@
>>  # SPDX-License-Identifier: GPL-2.0
>>  dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
>> -			      bcm2837-rpi-3-b-plus.dtb
>> +			      bcm2837-rpi-3-b-plus.dtb \
>> +			      bcm2837-rpi-cm3-io3.dts
> This should be the .dtb file, not the .dts. At compile time make is not going
> to complain, because it finds the file, but make dtbs_install will fail.
>
> I'm not sure if you want a patch or if you can fix it in your public tree.

oops, please send a patch (with a fixes tag and Arnd & Olof in CC)
because this patch has already been pulled for 4.20.

>
>
> Found out while trying to install the dtbs from linux-next 20180920
>
> Best regards,
> Liviu
>
>>  
>>  subdir-y	+= northstar2
>>  subdir-y	+= stingray
>> diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
>> new file mode 100644
>> index 0000000..b1c4ab2
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts
>> @@ -0,0 +1,2 @@
>> +// SPDX-License-Identifier: GPL-2.0
>> +#include "arm/bcm2837-rpi-cm3-io3.dts"
>> -- 
>> 2.7.4
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Stefan Wahren Sept. 24, 2018, 11:03 a.m. UTC | #4
Am 24.09.2018 um 12:22 schrieb Liviu Dudau:
> Commit a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target
> in the Makefile, rather than the .dtb name. This will skip the
> generation of the .dtb file at compile time and will fail the dtbs_install
> target.
>
> Fixes: a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> Module IO Board V3")
>
> Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>

Acked-by: Stefan Wahren <stefan.wahren@i2se.com>

Thanks, i will add a dtbs_install step to my test jobs.

@Arnd @Olof Should this fix for 4.20 go via pull request or can you
apply it directly to your tree?

> ---
>  arch/arm64/boot/dts/broadcom/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/broadcom/Makefile b/arch/arm64/boot/dts/broadcom/Makefile
> index 3d98f5f5ab88..667ca989c11b 100644
> --- a/arch/arm64/boot/dts/broadcom/Makefile
> +++ b/arch/arm64/boot/dts/broadcom/Makefile
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: GPL-2.0
>  dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
>  			      bcm2837-rpi-3-b-plus.dtb \
> -			      bcm2837-rpi-cm3-io3.dts
> +			      bcm2837-rpi-cm3-io3.dtb
>  
>  subdir-y	+= northstar2
>  subdir-y	+= stingray
Florian Fainelli Sept. 25, 2018, 6:17 p.m. UTC | #5
On 09/24/2018 04:03 AM, Stefan Wahren wrote:
> Am 24.09.2018 um 12:22 schrieb Liviu Dudau:
>> Commit a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
>> Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target
>> in the Makefile, rather than the .dtb name. This will skip the
>> generation of the .dtb file at compile time and will fail the dtbs_install
>> target.
>>
>> Fixes: a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
>> Module IO Board V3")
>>
>> Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>
> 
> Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
> 
> Thanks, i will add a dtbs_install step to my test jobs.

Same here.

> 
> @Arnd @Olof Should this fix for 4.20 go via pull request or can you
> apply it directly to your tree?

That would be my preference here as well.
Olof Johansson Sept. 25, 2018, 6:51 p.m. UTC | #6
On Tue, Sep 25, 2018 at 11:17:52AM -0700, Florian Fainelli wrote:
> On 09/24/2018 04:03 AM, Stefan Wahren wrote:
> > Am 24.09.2018 um 12:22 schrieb Liviu Dudau:
> >> Commit a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> >> Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target
> >> in the Makefile, rather than the .dtb name. This will skip the
> >> generation of the .dtb file at compile time and will fail the dtbs_install
> >> target.
> >>
> >> Fixes: a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> >> Module IO Board V3")
> >>
> >> Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>
> > 
> > Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
> > 
> > Thanks, i will add a dtbs_install step to my test jobs.
> 
> Same here.

I do but I don't seem to catch any errors from it. :-/

> > @Arnd @Olof Should this fix for 4.20 go via pull request or can you
> > apply it directly to your tree?
> 
> That would be my preference here as well.

Applied to next/dt now. Thanks!


-Olof
Stefan Wahren Sept. 25, 2018, 8:33 p.m. UTC | #7
> Olof Johansson <olof@lixom.net> hat am 25. September 2018 um 20:51 geschrieben:
> 
> 
> On Tue, Sep 25, 2018 at 11:17:52AM -0700, Florian Fainelli wrote:
> > On 09/24/2018 04:03 AM, Stefan Wahren wrote:
> > > Am 24.09.2018 um 12:22 schrieb Liviu Dudau:
> > >> Commit a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> > >> Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target
> > >> in the Makefile, rather than the .dtb name. This will skip the
> > >> generation of the .dtb file at compile time and will fail the dtbs_install
> > >> target.
> > >>
> > >> Fixes: a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> > >> Module IO Board V3")
> > >>
> > >> Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>
> > > 
> > > Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
> > > 
> > > Thanks, i will add a dtbs_install step to my test jobs.
> > 
> > Same here.
> 
> I do but I don't seem to catch any errors from it. :-/

Strange, i'm get getting this:

scripts/Makefile.dtbinst:31: Target „bcm2837-rpi-cm3-io3.dts“ passt nicht zum Ziel-Muster
  INSTALL arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b-plus.dtb
  INSTALL arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dtb
  INSTALL 
cp: Fehlender Zieldatei‐Operand hinter '/tmp/broadcom'
„cp --help“ liefert weitere Informationen.
scripts/Makefile.dtbinst:32: die Regel für Ziel „bcm2837-rpi-cm3-io3.dts“ scheiterte
make[2]: *** [bcm2837-rpi-cm3-io3.dts] Fehler 1
scripts/Makefile.dtbinst:35: die Regel für Ziel „broadcom“ scheiterte
make[1]: *** [broadcom] Fehler 2
arch/arm64/Makefile:139: die Regel für Ziel „dtbs_install“ scheiterte
make: *** [dtbs_install] Fehler 2

> 
> > > @Arnd @Olof Should this fix for 4.20 go via pull request or can you
> > > apply it directly to your tree?
> > 
> > That would be my preference here as well.
> 
> Applied to next/dt now. Thanks!

Thanks

> 
> 
> -Olof
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Olof Johansson Sept. 25, 2018, 8:36 p.m. UTC | #8
On Tue, Sep 25, 2018 at 10:33 PM Stefan Wahren <stefan.wahren@i2se.com> wrote:
>
>
> > Olof Johansson <olof@lixom.net> hat am 25. September 2018 um 20:51 geschrieben:
> >
> >
> > On Tue, Sep 25, 2018 at 11:17:52AM -0700, Florian Fainelli wrote:
> > > On 09/24/2018 04:03 AM, Stefan Wahren wrote:
> > > > Am 24.09.2018 um 12:22 schrieb Liviu Dudau:
> > > >> Commit a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> > > >> Module IO Board V3") adds the bcm2837-rpi-cm3-io3.dts file as a target
> > > >> in the Makefile, rather than the .dtb name. This will skip the
> > > >> generation of the .dtb file at compile time and will fail the dtbs_install
> > > >> target.
> > > >>
> > > >> Fixes: a7eb26392b893 ("arm64: dts: broadcom: Add reference to Compute
> > > >> Module IO Board V3")
> > > >>
> > > >> Signed-off-by: Liviu Dudau <liviu@dudau.co.uk>
> > > >
> > > > Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
> > > >
> > > > Thanks, i will add a dtbs_install step to my test jobs.
> > >
> > > Same here.
> >
> > I do but I don't seem to catch any errors from it. :-/
>
> Strange, i'm get getting this:
>
> scripts/Makefile.dtbinst:31: Target „bcm2837-rpi-cm3-io3.dts“ passt nicht zum Ziel-Muster
>   INSTALL arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b-plus.dtb
>   INSTALL arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dtb
>   INSTALL
> cp: Fehlender Zieldatei‐Operand hinter '/tmp/broadcom'
> „cp --help“ liefert weitere Informationen.
> scripts/Makefile.dtbinst:32: die Regel für Ziel „bcm2837-rpi-cm3-io3.dts“ scheiterte
> make[2]: *** [bcm2837-rpi-cm3-io3.dts] Fehler 1
> scripts/Makefile.dtbinst:35: die Regel für Ziel „broadcom“ scheiterte
> make[1]: *** [broadcom] Fehler 2
> arch/arm64/Makefile:139: die Regel für Ziel „dtbs_install“ scheiterte
> make: *** [dtbs_install] Fehler 2

Oh, it fails but my reporting scripts don't notice it since I usually
don't capture errors from the install phase.


-Olof