Message ID | 20240325143729.83852-1-macroalpha82@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | User Requested Fixes for Anbernic RGxx3 | expand |
On Mon, 25 Mar 2024 09:37:25 -0500, Chris Morgan wrote: > From: Chris Morgan <macromorgan@hotmail.com> > > Users have requested fixes for Anbernic devices to help with some > intermittent WiFi issues by adding additional properties to the > SDMMC2 node and by making the sdmmc aliases consistent across the > device lineup. They have also requested that the model name be > represented consistently with both the manufacturer name and model > name. > > [...] Applied, thanks! [1/4] arm64: dts: rockchip: rgxx3: Add additional properties for WiFi commit: 6bc8e01c7284ea1f56c6506f38c2ba9474db497a [2/4] arm64: dts: rockchip: rgxx3: Add optional node for chasis-type commit: 8db673210ae24ed44acf15642f4abd6d4b4cae52 [4/4] arm64: dts: rockchip: Correct model name for Anbernic RGxx3 Devices commit: b41b83b701056421bdc494c8e1488d38f2990c3d Dropped the sdmmc alias patch. Best regards,
On Thu, Apr 11, 2024 at 08:29:52PM +0200, Heiko Stuebner wrote: > On Mon, 25 Mar 2024 09:37:25 -0500, Chris Morgan wrote: > > From: Chris Morgan <macromorgan@hotmail.com> > > > > Users have requested fixes for Anbernic devices to help with some > > intermittent WiFi issues by adding additional properties to the > > SDMMC2 node and by making the sdmmc aliases consistent across the > > device lineup. They have also requested that the model name be > > represented consistently with both the manufacturer name and model > > name. > > > > [...] > > Applied, thanks! > > [1/4] arm64: dts: rockchip: rgxx3: Add additional properties for WiFi > commit: 6bc8e01c7284ea1f56c6506f38c2ba9474db497a > [2/4] arm64: dts: rockchip: rgxx3: Add optional node for chasis-type > commit: 8db673210ae24ed44acf15642f4abd6d4b4cae52 > [4/4] arm64: dts: rockchip: Correct model name for Anbernic RGxx3 Devices > commit: b41b83b701056421bdc494c8e1488d38f2990c3d > > Dropped the sdmmc alias patch. Thank you. At a minimum, could we reorder the non-boot mmc devices? To at least ensure that the wifi is always mmc3? If so, I can submit that patch again. > > Best regards, > -- > Heiko Stuebner <heiko@sntech.de>
From: Chris Morgan <macromorgan@hotmail.com> Users have requested fixes for Anbernic devices to help with some intermittent WiFi issues by adding additional properties to the SDMMC2 node and by making the sdmmc aliases consistent across the device lineup. They have also requested that the model name be represented consistently with both the manufacturer name and model name. I have added the new/additional property of "chasis-type" as well. Chris Morgan (4): arm64: dts: rockchip: rgxx3: Add additional properties for WiFi arm64: dts: rockchip: rgxx3: Add optional node for chasis-type arm64: dts: rockchip: Correct RGxx3 SDMMC ordering arm64: dts: rockchip: Correct model name for Anbernic RGxx3 Devices .../boot/dts/rockchip/rk3566-anbernic-rg-arc-d.dts | 7 ------- .../boot/dts/rockchip/rk3566-anbernic-rg-arc-s.dts | 6 ------ .../boot/dts/rockchip/rk3566-anbernic-rg353p.dts | 9 +-------- .../boot/dts/rockchip/rk3566-anbernic-rg353ps.dts | 8 +------- .../boot/dts/rockchip/rk3566-anbernic-rg353v.dts | 9 +-------- .../boot/dts/rockchip/rk3566-anbernic-rg353vs.dts | 8 +------- .../boot/dts/rockchip/rk3566-anbernic-rg503.dts | 8 +------- .../boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi | 12 ++++++++++++ 8 files changed, 17 insertions(+), 50 deletions(-)