2022-04-05 02:48:13

by Frank Wunderlich

[permalink] [raw]
Subject: [PATCH v1 0/2] Change Bananapi-R2-Pro board to match V1.0

From: Frank Wunderlich <[email protected]>

Mainline Devicetree was created for v00 prototype that was not in
public sale and only shipped to few developers. V1.0 of the board
has some changes in io-domain and gmacs are swapped.

Change mainline DTS to match the current hardware.

Frank Wunderlich (2):
arm64: dts: rockchip: Change io-domains of bpi-r2-pro
arm64: dts: rockchip: Add gmac1 and change network settings

.../boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 40 ++++++++++++++++---
1 file changed, 35 insertions(+), 5 deletions(-)

--
2.25.1


2022-04-12 23:25:56

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] Change Bananapi-R2-Pro board to match V1.0

Hi Frank,

Am Dienstag, 5. April 2022, 08:09:43 CEST schrieb Frank Wunderlich:
> Am 4. April 2022 10:59:59 MESZ schrieb Heiko Stuebner <[email protected]>:
> >On Sat, 2 Apr 2022 13:00:43 +0200, Frank Wunderlich wrote:
> >> Mainline Devicetree was created for v00 prototype that was not in
> >> public sale and only shipped to few developers. V1.0 of the board
> >> has some changes in io-domain and gmacs are swapped.
> >>
> >> Change mainline DTS to match the current hardware.
> >>
> >> Frank Wunderlich (2):
> >> arm64: dts: rockchip: Change io-domains of bpi-r2-pro
> >> arm64: dts: rockchip: Add gmac1 and change network settings
> >>
> >> [...]
> >
> >Applied, thanks!
> >
> >[1/2] arm64: dts: rockchip: Change io-domains of bpi-r2-pro
> > commit: 34fc952867aa2a2e257bf2bcbbaac97ac91f8bd1
> >[2/2] arm64: dts: rockchip: Add gmac1 and change network settings
> > commit: 5c8e82ed3a4a5c8023b2959d8f3292f7291e7227
> >
> >Best regards,
>
> Hi Heiko,
>
> Thanks for fast apply.
>
> Can you treat it as fix (for 5.18). At least io-domain will damage board if someone use 5.18. Network will simply not work.

I've moved both over to fixes now.

It's clear for the io-domain but also the second patch probably makes
the 1.0 board actually work where it wasn't before I guess, so that
also counts as a fix :-)

Heiko