[PATCH v2 0/5] Add peripheral nodes to RaspberryPi 5 DT
Rob Herring (Arm)
robh at kernel.org
Thu Aug 28 13:31:59 PDT 2025
On Thu, 28 Aug 2025 15:17:09 +0200, Andrea della Porta wrote:
> Hi,
>
> The following patches add a few peripheral DT nodes and related pin/gpio
> nodes for Raspberry Pi 5.
>
> - Patch 1: Amend the bindings to avoid DT compiler warnings.
>
> - Patch 2: Adds core pinctrl nodes and defines SD pins as a first appliance
> for the pinctrl.
>
> - Patch 3: Wires the gpio-key for power button and related gpio controller.
>
> - Patch 4: Adds DT node for WiFi.
>
> - Patch 5: Adds Bluetooth DT node.
>
> All comments and suggestions are welcome!
>
> Happy hacking!
> Ivan and Andrea
>
>
> CHANGES in V2:
>
> --- DTS ---
>
> - bcm2712.dtsi: added a proper clocks node to the uarta serial
> in order to replace the legacy clock-frequency property. As
> a result, the following patch from the previous patchset
> has been dropped since it's now useless:
>
> "dt-bindings: serial: Add clock-frequency property as an alternative to clocks"
>
>
> Andrea della Porta (1):
> dt-bindings: mmc: Add support for capabilities to Broadcom SDHCI
> controller
>
> Ivan T. Ivanov (4):
> arm64: dts: broadcom: bcm2712: Add pin controller nodes
> arm64: dts: broadcom: bcm2712: Add one more GPIO node
> arm64: dts: broadcom: bcm2712: Add second SDHCI controller node
> arm64: dts: broadcom: bcm2712: Add UARTA controller node
>
> .../bindings/mmc/brcm,sdhci-brcmstb.yaml | 2 +-
> .../dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts | 133 ++++++++++++++++++
> arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 55 ++++++++
> 3 files changed, 189 insertions(+), 1 deletion(-)
>
> --
> 2.35.3
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20250828 (exact match)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/broadcom/' for cover.1756386531.git.andrea.porta at suse.com:
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dtb: /soc at 107c000000/pinctrl at 7d504100: failed to match any schema with compatible: ['brcm,bcm2712c0-pinctrl']
arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dtb: /soc at 107c000000/pinctrl at 7d504100: failed to match any schema with compatible: ['brcm,bcm2712c0-pinctrl']
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dtb: /soc at 107c000000/pinctrl at 7d510700: failed to match any schema with compatible: ['brcm,bcm2712c0-aon-pinctrl']
arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dtb: /soc at 107c000000/pinctrl at 7d510700: failed to match any schema with compatible: ['brcm,bcm2712c0-aon-pinctrl']
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dtb: hvs at 107c580000 (brcm,bcm2712-hvs): clocks: [[28, 4], [28, 16]] is too long
from schema $id: http://devicetree.org/schemas/display/brcm,bcm2835-hvs.yaml#
arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dtb: hvs at 107c580000 (brcm,bcm2712-hvs): clocks: [[28, 4], [28, 16]] is too long
from schema $id: http://devicetree.org/schemas/display/brcm,bcm2835-hvs.yaml#
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dtb: /soc at 107c000000/pinctrl at 7d504100: failed to match any schema with compatible: ['brcm,bcm2712c0-pinctrl']
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dtb: /soc at 107c000000/pinctrl at 7d510700: failed to match any schema with compatible: ['brcm,bcm2712c0-aon-pinctrl']
arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dtb: hvs at 107c580000 (brcm,bcm2712-hvs): clocks: [[28, 4], [28, 16]] is too long
from schema $id: http://devicetree.org/schemas/display/brcm,bcm2835-hvs.yaml#
More information about the linux-arm-kernel
mailing list