From: Chris Morgan <macromorgan@xxxxxxxxxxx> Add support for the RK3588s based Indiedroid Nova. Note that this series is dependent on regulator support for the RK806 being upstreamed. https://lore.kernel.org/linux-rockchip/20230515152044.GT10825@xxxxxxxxxx/ Changes Since V1: - Removed changes to ES8328 codec and added a note that a permanent fix will be needed to cope with a 1hz mismatch between requested frequency and actual frequency. - Fixed vendor-prefixes.yaml change to alphabetical order. Chris Morgan (5): arm64: dts: rockchip: add default pinctrl for rk3588 emmc arm64: dts: rockchip: Add sdio node to rk3588 dt-bindings: vendor-prefixes: add Indiedroid dt-bindings: arm: rockchip: Add Indiedroid Nova arm64: dts: rockchip: Add Indiedroid Nova board .../devicetree/bindings/arm/rockchip.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3588s-indiedroid-nova.dts | 764 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 18 + 5 files changed, 790 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts -- 2.34.1