[PATCH v4 0/5] Add more RK3326 gaming handhelds
Maya Matuszczyk
maccraft123mc at gmail.com
Thu Nov 17 13:59:49 PST 2022
This patch series adds Odroid Go Advance, Odroid Go Super(without
display) and Anbernic RG351M.
RG351P uses almost the same motherboard, and I'm not sure how to handle
it. RG351P DTS file would look exactly the same, aside name change.
--
Changes from V3:
- Changed go3's volume buttons to not re-use builtin controller dt node
- Addressed Krzysztof Kozlowski's comments - removed status = "okay"
where it's not needed, and added a commit message to patch adding dt
bindings.
- Addressed Chris Morgan's comments - removed battery node from RG351M
- Added a cover letter even harder
Changes from V2:
- Fixed a typo
- Added "v3" tag, sorry!
- Added the cover letter in a way that shouldn't get swallowed by gmail
this time
Changes from V1:
- Addressed Chris Morgan's comments
- Added RG351M
- Added RG351M and Odroid Go Super
--
Maya Matuszczyk (5):
arm64: dts: rockchip: Move most of Odroid Go Advance DTS into a DTSI
dt-bindings: arm: rockchip: Add more RK3326 devices
arm64: dts: rockchip: Add Odroid Go Advance Black Edition
arm64: dts: rockchip: Add Odroid Go Super
arm64: dts: rockchip: Add Anbernic RG351M
.../devicetree/bindings/arm/rockchip.yaml | 25 +
arch/arm64/boot/dts/rockchip/Makefile | 3 +
.../dts/rockchip/rk3326-anbernic-rg351m.dts | 33 +
.../boot/dts/rockchip/rk3326-odroid-go.dtsi | 600 +++++++++++++++++
.../dts/rockchip/rk3326-odroid-go2-v11.dts | 156 +++++
.../boot/dts/rockchip/rk3326-odroid-go2.dts | 620 +-----------------
.../boot/dts/rockchip/rk3326-odroid-go3.dts | 185 ++++++
7 files changed, 1011 insertions(+), 611 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3326-odroid-go2-v11.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts
--
2.38.1
More information about the Linux-rockchip
mailing list