[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173686580742.898653.5081010500008594364.robh@kernel.org>
Date: Tue, 14 Jan 2025 08:43:48 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Junhao Xie <bigfoot@...ssfun.cn>
Cc: linux-arm-kernel@...ts.infradead.org,
Conor Dooley <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
Dragan Simic <dsimic@...jaro.org>, Heiko Stuebner <heiko@...ech.de>,
devicetree@...r.kernel.org, linux-rockchip@...ts.infradead.org,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Chukun Pan <amadeus@....edu.cn>,
Jonas Karlman <jonas@...boo.se>, FUKAUMI Naoki <naoki@...xa.com>
Subject: Re: [PATCH v7 0/3] Add support for Ariaboard Photonicat RK3568
On Tue, 14 Jan 2025 08:14:08 +0800, Junhao Xie wrote:
> Add dts for Ariaboard Photonicat RK3568.
>
> This series bring support for:
> * Debug UART
> * SDIO QCA9377 WiFi and Bluetooth
> * M.2 E-Key PCIe WiFi and Bluetooth
> * M.2 B-Key USB Modem WWAN
> * Ethernet WAN Port
> * MicroSD Card slot
> * eMMC
> * HDMI Output
> * Mali GPU
> * USB Type-A
>
> Changed from v1:
> - remove some general nodes (firmware, ramoops, reboot-mode)
> - gmac1 change to phy-mode rgmii-id
> - corrected some regulator to be closer to schematics
> - rename rk3568-ariaboard-photonicat.dts to rk3568-photonicat.dts
> https://lore.kernel.org/lkml/20240904111456.87089-1-bigfoot@classfun.cn/
>
> Changed from v2:
> - remove unused headers
> - corrected some regulator to be closer to schematics
> - remove usb_host1_ohci, usb_host1_ehci, usb2phy1_host that have no connection
> https://lore.kernel.org/lkml/20240906045706.1004813-1-bigfoot@classfun.cn/
>
> Changed from v3:
> - corrected some regulator to be closer to schematics
> - changed to using clk32k_out1 in xin32k
> https://lore.kernel.org/lkml/20240911122809.1789778-2-bigfoot@classfun.cn/
>
> Changed from v4:
> - corrected some regulator to be closer to schematics
> - corrected some label to match node name
> - use resets props in phy node instead deprecated snps,reset-gpio
> https://lore.kernel.org/lkml/20240914145549.879936-1-bigfoot@classfun.cn/
>
> Changed from v5:
> - resort regulator nodes
> - remove dr_mode from usb_host1_xhci
> https://lore.kernel.org/lkml/20241108031847.700606-1-bigfoot@classfun.cn/
>
> Changed from v6:
> - fix property gpios to gpio in vcc3v3_pi6c
> - rename rgmii_phy1 to rgmii_phy
> - change address from 0x0 to 0x3 in rgmii_phy
> - add link to downstream board dts
> https://lore.kernel.org/lkml/20250112073344.1976411-1-bigfoot@classfun.cn/
>
> Junhao Xie (3):
> dt-bindings: vendor-prefixes: Add prefix for Ariaboard
> dt-bindings: arm: rockchip: Add Ariaboard Photonicat RK3568
> arm64: dts: rockchip: add dts for Ariaboard Photonicat RK3568
>
> .../devicetree/bindings/arm/rockchip.yaml | 5 +
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> arch/arm64/boot/dts/rockchip/Makefile | 1 +
> .../boot/dts/rockchip/rk3568-photonicat.dts | 591 ++++++++++++++++++
> 4 files changed, 599 insertions(+)
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts
>
> --
> 2.47.1
>
>
>
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
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/rockchip/' for 20250114001411.1848529-1-bigfoot@...ssfun.cn:
arch/arm64/boot/dts/rockchip/rk3568-photonicat.dtb: bluetooth: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/net/bluetooth/qualcomm-bluetooth.yaml#
arch/arm64/boot/dts/rockchip/rk3568-photonicat.dtb: phy@...c0000: 'phy-supply' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/phy/rockchip,pcie3-phy.yaml#
arch/arm64/boot/dts/rockchip/rk3568-photonicat.dtb: rfkill-modem: 'reset-gpios' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/net/rfkill-gpio.yaml#
Powered by blists - more mailing lists