This patch set is for rockchip rk3576 evb1. Based on the naneng combphy patch from Frank Wang. This version including the patch adding usb nodes from Frank Wang. Changes in v3: - Update the subject - Fix dtb check broken on rk3588 - Update commit message - Update the subject - sort for all the board entries instead of two rockchip boards - update some properties order Changes in v2: - Update the clock and reset names to pass the DTB CHECK - remove required 'msi-map' - add interrupt name 'msi' - Update clock and reset names and sequence to pass DTB check - collect acked-by tag - collect acked-by tag - Enable USB nodes Frank Wang (1): arm64: dts: rockchip: add usb related nodes for rk3576 Kever Yang (6): arm64: dts: rockchip: Add rk3576 naneng combphy nodes dt-bindings: PCI: dw: rockchip: Add rk3576 support arm64: dts: rockchip: Add rk3576 pcie nodes dt-bindings: arm: rockchip: Sort for boards not in correct order dt-bindings: arm: rockchip: Add rk3576 evb1 board arm64: dts: rockchip: Add rk3576 evb1 board .../devicetree/bindings/arm/rockchip.yaml | 59 +- .../bindings/pci/rockchip-dw-pcie-common.yaml | 4 +- .../bindings/pci/rockchip-dw-pcie.yaml | 4 +- arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3576-evb1-v10.dts | 722 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3576.dtsi | 278 +++++++ 6 files changed, 1037 insertions(+), 31 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts -- 2.25.1