Message ID | 20231008130515.1155664-1-megi@xff.cz (mailing list archive) |
---|---|
Headers | show |
Series | Add support for Orange Pi 5 Plus | expand |
On Sun, 8 Oct 2023 15:04:58 +0200, Ondřej Jirman wrote: > From: Ondrej Jirman <megi@xff.cz> > > This series adds an initial support for Orange Pi 5 Plus. The only > thing missing that can be readily added is USB 3.0 support, because > required patches were not yet merged. Support for USB 3.0 is available > at https://xff.cz/git/linux/log/?h=opi5-6.6 > > [...] Applied, thanks! [1/4] arm64: dts: rockchip: rk3588s-pinctrl: Add I2S2 M0 pin definitions commit: bf012368bb0ab69167d49715789fac34dfcd457e [2/4] arm64: dts: rockchip: rk3588s-pinctrl: Add UART9 M0 pin definitions commit: 3d77a3e51b0faed820a8db985dce5af1cc4eae32 [3/4] dt-bindings: arm: rockchip: Add Orange Pi 5 Plus commit: 0936188b7f2f6d3328f737a03cef7381f688a6cc [4/4] arm64: dts: rk3588-orangepi-5-plus: Add board device tree commit: 236d225e1ee72a28aa7c2b1e39894e4390bbf51c Also dropped the mem-supply stuff that is from the vendor-kernel and reordered some stuff. Best regards,
From: Ondrej Jirman <megi@xff.cz> This series adds an initial support for Orange Pi 5 Plus. The only thing missing that can be readily added is USB 3.0 support, because required patches were not yet merged. Support for USB 3.0 is available at https://xff.cz/git/linux/log/?h=opi5-6.6 The series depends on SFC patch from: https://lore.kernel.org/lkml/70557b7843994a57c6d3422e00643cb75a698d0b.1692632346.git.efectn@6tel.net/ The series was tested against Linux 6.6-rc4. Please take a look. Thank you, Ondřej Jirman Ondrej Jirman (4): arm64: dts: rockchip: rk3588s-pinctrl: Add I2S2 M0 pin definitions arm64: dts: rockchip: rk3588s-pinctrl: Add UART9 M0 pin definitions dt-bindings: arm: rockchip: Add Orange Pi 5 Plus arm64: dts: rk3588-orangepi-5-plus: Add board device tree .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3588-orangepi-5-plus.dts | 857 ++++++++++++++++++ .../boot/dts/rockchip/rk3588s-pinctrl.dtsi | 44 + 4 files changed, 907 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts