mbox series

[v1,0/2] Change Bananapi-R2-Pro board to match V1.0

Message ID 20220402110045.104031-1-linux@fw-web.de (mailing list archive)
Headers show
Series Change Bananapi-R2-Pro board to match V1.0 | expand

Message

Frank Wunderlich April 2, 2022, 11 a.m. UTC
From: Frank Wunderlich <frank-w@public-files.de>

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(-)

Comments

Heiko Stübner April 4, 2022, 8:59 a.m. UTC | #1
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,
Heiko Stübner April 10, 2022, 4:48 p.m. UTC | #2
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 <heiko@sntech.de>:
> >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