Message ID | 20210608100543.691185-1-nsaenzju@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL,1/1] bcm2835-dt-next-2021-06-08 | expand |
Hi Nicolas, On 6/8/2021 3:05 AM, Nicolas Saenz Julienne wrote: > Hi Florian, > > The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: > > Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-06-08 > > for you to fetch changes up to ca5909b7fa6af9c7b9a215a8708926e44345a220: > > arm64: dts: broadcom: Add reference to RPi 400 (2021-06-08 10:44:36 +0200) > > ---------------------------------------------------------------- How about: https://lore.kernel.org/linux-arm-kernel/1622981777-5023-5-git-send-email-stefan.wahren@i2se.com/ can you add this to this pull request? > > - Fixup MMC node names > - Fixup led node names > - Introduce new devicetree file for Raspberry Pi 400 > - Fix issue with dwc2's FIFO's size > - Add VEC compatible for bcm2711 > > ---------------------------------------------------------------- > Mateusz Kwiatkowski (1): > ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible > > Stefan Wahren (6): > Revert "ARM: dts: bcm283x: increase dwc2's RX FIFO size" > ARM: dts: bcm283x: Fix up MMC node names > ARM: dts: Move BCM2711 RPi specific into separate dtsi > ARM: dts: bcm283x: Fix up GPIO LED node names > ARM: dts: Add Raspberry Pi 400 support > arm64: dts: broadcom: Add reference to RPi 400 > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 85 ++++------------------- > arch/arm/boot/dts/bcm2711-rpi-400.dts | 45 ++++++++++++ > arch/arm/boot/dts/bcm2711-rpi.dtsi | 74 ++++++++++++++++++++ > arch/arm/boot/dts/bcm2711.dtsi | 3 +- > arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 4 +- > arch/arm/boot/dts/bcm2835-rpi-a.dts | 2 +- > arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 +- > arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +- > arch/arm/boot/dts/bcm2835-rpi-b.dts | 2 +- > arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi | 2 +- > arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 2 +- > arch/arm/boot/dts/bcm2835-rpi-zero.dts | 2 +- > arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +- > arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 4 +- > arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 4 +- > arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 4 +- > arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 +- > arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 2 +- > arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi | 2 +- > arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi | 2 +- > arch/arm/boot/dts/bcm283x.dtsi | 2 +- > arch/arm64/boot/dts/broadcom/Makefile | 3 +- > arch/arm64/boot/dts/broadcom/bcm2711-rpi-400.dts | 2 + > 24 files changed, 160 insertions(+), 97 deletions(-) > create mode 100644 arch/arm/boot/dts/bcm2711-rpi-400.dts > create mode 100644 arch/arm/boot/dts/bcm2711-rpi.dtsi > create mode 100644 arch/arm64/boot/dts/broadcom/bcm2711-rpi-400.dts >
On Tue, 2021-06-08 at 07:21 -0700, Florian Fainelli wrote: > Hi Nicolas, > > On 6/8/2021 3:05 AM, Nicolas Saenz Julienne wrote: > > Hi Florian, > > > > The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: > > > > Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) > > > > are available in the Git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-06-08 > > > > for you to fetch changes up to ca5909b7fa6af9c7b9a215a8708926e44345a220: > > > > arm64: dts: broadcom: Add reference to RPi 400 (2021-06-08 10:44:36 +0200) > > > > ---------------------------------------------------------------- > > How about: > > https://lore.kernel.org/linux-arm-kernel/1622981777-5023-5-git-send-email-stefan.wahren@i2se.com/ > > can you add this to this pull request? Sure, I figured that since it's a DT binding it should go through RobH's tree. Regards, Nicolas
On 6/8/2021 11:33 AM, Nicolas Saenz Julienne wrote: > On Tue, 2021-06-08 at 07:21 -0700, Florian Fainelli wrote: >> Hi Nicolas, >> >> On 6/8/2021 3:05 AM, Nicolas Saenz Julienne wrote: >>> Hi Florian, >>> >>> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: >>> >>> Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) >>> >>> are available in the Git repository at: >>> >>> https://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git tags/bcm2835-dt-next-2021-06-08 >>> >>> for you to fetch changes up to ca5909b7fa6af9c7b9a215a8708926e44345a220: >>> >>> arm64: dts: broadcom: Add reference to RPi 400 (2021-06-08 10:44:36 +0200) >>> >>> ---------------------------------------------------------------- >> >> How about: >> >> https://lore.kernel.org/linux-arm-kernel/1622981777-5023-5-git-send-email-stefan.wahren@i2se.com/ >> >> can you add this to this pull request? > > Sure, I figured that since it's a DT binding it should go through RobH's tree. Since RobH acked it this seems to communicate that other subsystem maintainers that they can take the patch via their tree. Thanks for issuing a v2.