[PATCH v2 0/2] arm64: dts: rockchip: Add Xunlong Orange Pi 3B
Rob Herring (Arm)
robh at kernel.org
Thu Jun 27 07:34:29 PDT 2024
On Wed, 26 Jun 2024 23:03:10 +0000, Jonas Karlman wrote:
> This series adds initial support for the Xunlong Orange Pi 3B board.
>
> The Xunlong Orange Pi 3B is a single-board computer based on the
> Rockchip RK3566 SoC.
>
> Schematic for Orange Pi 3B can be downloaded from:
> http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-3B.html
>
> Changes in v2:
> - Add DT for v2.1 hw revision, rename initial DT to v1.1:
> - Ethernet phy io voltage: 3v3 (v1.1) / 1v8 (v2.1)
> - Etherent reset gpios: GPIO3_C2 (v1.1) / GPIO4_C4 (v2.1)
> - WiFi/BT: CDW-20U5622 (v1.1) / AP6256 (v2.1)
> - Rename led node and move led pinctrl props
> - Use regulator-.* nodename for fixed regulators
> - Drop rockchip,mic-in-differential prop
> - Add cap-mmc-highspeed to sdhci node
> - Add no-mmc and no-sd to sdmmc1 node
>
> Jonas Karlman (2):
> dt-bindings: arm: rockchip: Add Xunlong Orange Pi 3B
> arm64: dts: rockchip: Add Xunlong Orange Pi 3B
>
> .../devicetree/bindings/arm/rockchip.yaml | 8 +
> arch/arm64/boot/dts/rockchip/Makefile | 2 +
> .../dts/rockchip/rk3566-orangepi-3b-v1.1.dts | 29 +
> .../dts/rockchip/rk3566-orangepi-3b-v2.1.dts | 70 ++
> .../boot/dts/rockchip/rk3566-orangepi-3b.dtsi | 678 ++++++++++++++++++
> 5 files changed, 787 insertions(+)
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v1.1.dts
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v2.1.dts
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b.dtsi
>
> --
> 2.45.2
>
>
>
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 rockchip/rk3566-orangepi-3b-v1.1.dtb rockchip/rk3566-orangepi-3b-v2.1.dtb' for 20240626230319.1425316-1-jonas at kwiboo.se:
arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v2.1.dtb: pmic at 20: '#sound-dai-cells', 'assigned-clock-parents', 'assigned-clocks', 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk809.yaml#
arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v1.1.dtb: pmic at 20: '#sound-dai-cells', 'assigned-clock-parents', 'assigned-clocks', 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk809.yaml#
More information about the linux-arm-kernel
mailing list