From: Florian Fainelli <f.fainelli@gmail.com>
To: Stefan Wahren <stefan.wahren@i2se.com>,
Rob Herring <robh+dt@kernel.org>,
Nicolas Saenz Julienne <nsaenz@kernel.org>,
Florian Fainelli <f.fainelli@gmail.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Ulf Hansson <ulf.hansson@linaro.org>
Cc: Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
bcm-kernel-feedback-list@broadcom.com,
Maxime Ripard <maxime@cerno.tech>,
iivanov@suse.de, devicetree@vger.kernel.org,
linux-rpi-kernel@lists.infradead.org, linux-mmc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V2 00/10] ARM: dts: Add Raspberry Pi CM4 & CM4 IO Board support
Date: Sun, 22 Aug 2021 12:31:58 +0200 [thread overview]
Message-ID: <fb80f7a5-8fd4-73e3-4c64-77f120546cc4@gmail.com> (raw)
In-Reply-To: <1628334401-6577-1-git-send-email-stefan.wahren@i2se.com>
On 8/7/2021 1:06 PM, Stefan Wahren wrote:
> This series add support for the Raspberry Pi Compute Module 4 and its
> IO board.
>
> Changes in V2:
> - drop emmc2bus patch as it affects userspace (thanks to Marc Zyngier)
> - tested with CM4 and integrate sdhci patches from Nicolas (just include kHz fixups)
> - add Rob's Acked-by
> - add HS200 property to emmc2 node for a slight performance gain
> - move antenna comment to the proper position
Nicolas, I am assuming you will be picking up these patches and submit a
BCM283x pull request with them. Thanks!
>
> Nicolas Saenz Julienne (2):
> mmc: sdhci-iproc: Cap min clock frequency on BCM2711
> mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711
>
> Stefan Wahren (8):
> ARM: dts: bcm2711: fix MDIO #address- and #size-cells
> ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states
> dt-bindings: display: bcm2835: add optional property power-domains
> ARM: dts: bcm283x-rpi: Move Wifi/BT into separate dtsi
> dt-bindings: arm: bcm2835: Add Raspberry Pi Compute Module 4
> ARM: dts: Add Raspberry Pi Compute Module 4
> ARM: dts: Add Raspberry Pi Compute Module 4 IO Board
> arm64: dts: broadcom: Add reference to RPi CM4 IO Board
>
> .../devicetree/bindings/arm/bcm/bcm2835.yaml | 1 +
> .../bindings/display/brcm,bcm2835-dsi0.yaml | 3 +
> .../bindings/display/brcm,bcm2835-hdmi.yaml | 3 +
> .../bindings/display/brcm,bcm2835-v3d.yaml | 3 +
> .../bindings/display/brcm,bcm2835-vec.yaml | 3 +
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 42 ++-----
> arch/arm/boot/dts/bcm2711-rpi-cm4-io.dts | 138 +++++++++++++++++++++
> arch/arm/boot/dts/bcm2711-rpi-cm4.dtsi | 113 +++++++++++++++++
> arch/arm/boot/dts/bcm2711.dtsi | 4 +-
> arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 31 ++---
> arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 36 ++----
> arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 36 ++----
> arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 36 ++----
> arch/arm/boot/dts/bcm283x-rpi-wifi-bt.dtsi | 34 +++++
> arch/arm64/boot/dts/broadcom/Makefile | 1 +
> .../arm64/boot/dts/broadcom/bcm2711-rpi-cm4-io.dts | 2 +
> drivers/mmc/host/sdhci-iproc.c | 21 +++-
> 18 files changed, 366 insertions(+), 142 deletions(-)
> create mode 100644 arch/arm/boot/dts/bcm2711-rpi-cm4-io.dts
> create mode 100644 arch/arm/boot/dts/bcm2711-rpi-cm4.dtsi
> create mode 100644 arch/arm/boot/dts/bcm283x-rpi-wifi-bt.dtsi
> create mode 100644 arch/arm64/boot/dts/broadcom/bcm2711-rpi-cm4-io.dts
>
--
Florian
next prev parent reply other threads:[~2021-08-22 10:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-07 11:06 [PATCH V2 00/10] ARM: dts: Add Raspberry Pi CM4 & CM4 IO Board support Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 01/10] ARM: dts: bcm2711: fix MDIO #address- and #size-cells Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 02/10] ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 03/10] dt-bindings: display: bcm2835: add optional property power-domains Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 04/10] mmc: sdhci-iproc: Cap min clock frequency on BCM2711 Stefan Wahren
2021-08-16 13:59 ` Ulf Hansson
2021-08-07 11:06 ` [PATCH V2 05/10] mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN " Stefan Wahren
2021-08-16 13:59 ` Ulf Hansson
2021-08-26 6:36 ` Jeremy Linton
2021-08-26 9:22 ` Ulf Hansson
2021-08-26 11:18 ` Stefan Wahren
2021-08-27 14:44 ` Ulf Hansson
2021-08-07 11:06 ` [PATCH V2 06/10] ARM: dts: bcm283x-rpi: Move Wifi/BT into separate dtsi Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 07/10] dt-bindings: arm: bcm2835: Add Raspberry Pi Compute Module 4 Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 08/10] ARM: dts: " Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 09/10] ARM: dts: Add Raspberry Pi Compute Module 4 IO Board Stefan Wahren
2021-09-04 14:52 ` nicolas saenz julienne
2021-09-05 10:33 ` Stefan Wahren
2021-08-07 11:06 ` [PATCH V2 10/10] arm64: dts: broadcom: Add reference to RPi CM4 " Stefan Wahren
2021-08-22 10:31 ` Florian Fainelli [this message]
2021-08-30 8:46 ` [PATCH V2 00/10] ARM: dts: Add Raspberry Pi CM4 & CM4 IO Board support nicolas saenz julienne
2021-09-04 14:45 ` nicolas saenz julienne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb80f7a5-8fd4-73e3-4c64-77f120546cc4@gmail.com \
--to=f.fainelli@gmail.com \
--cc=adrian.hunter@intel.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=iivanov@suse.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=maxime@cerno.tech \
--cc=nsaenz@kernel.org \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
--cc=stefan.wahren@i2se.com \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).