Message ID | 20240123212111.202146-1-macroalpha82@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Support for RK3566 Anbernic RG-ARC | expand |
On Tue, 23 Jan 2024 15:21:07 -0600, Chris Morgan wrote: > From: Chris Morgan <macromorgan@hotmail.com> > > Add support for the Anbernic RG-ARC S and RG-ARC D handheld gaming > console. > > Chris Morgan (4): > arm64: dts: rockchip: Move device specific properties > dt-bindings: arm: rockchip: Add Anbernic RG-Arc > clk: rockchip: rk3568: Add PLL rate for 128MHz > arm64: dts: rockchip: add Anbernic RG-ARC S and RG-ARC D > > [...] Applied, thanks! [1/4] arm64: dts: rockchip: Move device specific properties commit: 46943b333d60b8f4998df359fe697254eb2f90ad [2/4] dt-bindings: arm: rockchip: Add Anbernic RG-Arc commit: e441dd472eb23329de738f365a5429fe7e6f844b [3/4] clk: rockchip: rk3568: Add PLL rate for 128MHz commit: b3244351e2b39bd49aba780ea204f0f2a45a4725 [4/4] arm64: dts: rockchip: add Anbernic RG-ARC S and RG-ARC D commit: 05a708c6ebcadfb6c506f649375ccfc56b572652 Best regards,
From: Chris Morgan <macromorgan@hotmail.com> Add support for the Anbernic RG-ARC S and RG-ARC D handheld gaming console. Chris Morgan (4): arm64: dts: rockchip: Move device specific properties dt-bindings: arm: rockchip: Add Anbernic RG-Arc clk: rockchip: rk3568: Add PLL rate for 128MHz arm64: dts: rockchip: add Anbernic RG-ARC S and RG-ARC D .../devicetree/bindings/arm/rockchip.yaml | 31 +-- arch/arm64/boot/dts/rockchip/Makefile | 2 + .../dts/rockchip/rk3566-anbernic-rg-arc-d.dts | 42 ++++ .../dts/rockchip/rk3566-anbernic-rg-arc-s.dts | 19 ++ .../dts/rockchip/rk3566-anbernic-rg-arc.dtsi | 237 ++++++++++++++++++ .../dts/rockchip/rk3566-anbernic-rg353x.dtsi | 74 ++++++ .../dts/rockchip/rk3566-anbernic-rg503.dts | 74 ++++++ .../dts/rockchip/rk3566-anbernic-rgxx3.dtsi | 74 ------ drivers/clk/rockchip/clk-rk3568.c | 1 + 9 files changed, 458 insertions(+), 96 deletions(-) create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg-arc-d.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg-arc-s.dts create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg-arc.dtsi