mbox series

[v2,0/8] arm64: dts: allwinner: Various DT fixes

Message ID 20210113152630.28810-1-andre.przywara@arm.com (mailing list archive)
Headers show
Series arm64: dts: allwinner: Various DT fixes | expand

Message

Andre Przywara Jan. 13, 2021, 3:26 p.m. UTC
Hi,

small update, mostly adding Fixes: tags.
Patch 1/7 has been split up to cover A64 and H6 separately.

I tried to reach out to people with Pine64-LTS boards to clarify on
the blue LED, as it seems like production boards are spread thinly
across developers. We got confirmation from several people with
several board revisions that this LED works and is indeed blue.

I also double checked on the CD pin situation on the two SoPine SOMs
I have, and could confirm their functionality.

Rebased on top of sunxi/dt-for-5.12.

================
a collection of DT fixes I gathered over time:

- Adding usbphy references to [EO]HCI0 nodes (A64, H6)
- Adding Pine64-LTS status LED
- Dropping non-removable from SoPine/Pine64-LTS SD card
- Enabling HS200 @ 150 MHz on Pine H64 (H6)
- Enabling HS200 @ 150 MHz on Pine64-LTS

For details please see the individual patches!

Thanks,
Andre

Changelog v1 .. v2:
- Add Fixes: tags
- Add Chen-Yu's ACKs
- split USB PHY 0 link patch

Andre Przywara (8):
  arm64: dts: allwinner: A64: properly connect USB PHY to port 0
  arm64: dts: allwinner: H6: properly connect USB PHY to port 0
  arm64: dts: allwinner: Pine64-LTS: Add status LED
  arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card
  arm64: dts: allwinner: H6: Allow up to 150 MHz MMC bus frequency
  arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz
  arm64: dts: allwinner: Pine64-LTS/SoPine: Enable HS200 eMMC mode
  arm64: dts: allwinner: Pine H64: Enable HS200 eMMC mode

 .../boot/dts/allwinner/sun50i-a64-pine64-lts.dts      | 11 +++++++++++
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts |  5 +----
 .../dts/allwinner/sun50i-a64-sopine-baseboard.dts     |  1 +
 arch/arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi  |  1 -
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi         |  6 +++++-
 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts  |  1 +
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi          |  7 +++++++
 7 files changed, 26 insertions(+), 6 deletions(-)

Comments

Chen-Yu Tsai Jan. 14, 2021, 5:04 a.m. UTC | #1
On Wed, Jan 13, 2021 at 11:27 PM Andre Przywara <andre.przywara@arm.com> wrote:
>
> Hi,
>
> small update, mostly adding Fixes: tags.
> Patch 1/7 has been split up to cover A64 and H6 separately.
>
> I tried to reach out to people with Pine64-LTS boards to clarify on
> the blue LED, as it seems like production boards are spread thinly
> across developers. We got confirmation from several people with
> several board revisions that this LED works and is indeed blue.
>
> I also double checked on the CD pin situation on the two SoPine SOMs
> I have, and could confirm their functionality.
>
> Rebased on top of sunxi/dt-for-5.12.
>
> ================
> a collection of DT fixes I gathered over time:
>
> - Adding usbphy references to [EO]HCI0 nodes (A64, H6)
> - Adding Pine64-LTS status LED
> - Dropping non-removable from SoPine/Pine64-LTS SD card
> - Enabling HS200 @ 150 MHz on Pine H64 (H6)
> - Enabling HS200 @ 150 MHz on Pine64-LTS
>
> For details please see the individual patches!
>
> Thanks,
> Andre
>
> Changelog v1 .. v2:
> - Add Fixes: tags
> - Add Chen-Yu's ACKs
> - split USB PHY 0 link patch
>
> Andre Przywara (8):
>   arm64: dts: allwinner: A64: properly connect USB PHY to port 0
>   arm64: dts: allwinner: H6: properly connect USB PHY to port 0
>   arm64: dts: allwinner: Pine64-LTS: Add status LED
>   arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card
>   arm64: dts: allwinner: H6: Allow up to 150 MHz MMC bus frequency
>   arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz
>   arm64: dts: allwinner: Pine64-LTS/SoPine: Enable HS200 eMMC mode
>   arm64: dts: allwinner: Pine H64: Enable HS200 eMMC mode

Everything looks good to me.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Maxime Ripard Jan. 14, 2021, 11:51 a.m. UTC | #2
On Wed, Jan 13, 2021 at 03:26:22PM +0000, Andre Przywara wrote:
> Hi,
> 
> small update, mostly adding Fixes: tags.
> Patch 1/7 has been split up to cover A64 and H6 separately.
> 
> I tried to reach out to people with Pine64-LTS boards to clarify on
> the blue LED, as it seems like production boards are spread thinly
> across developers. We got confirmation from several people with
> several board revisions that this LED works and is indeed blue.
> 
> I also double checked on the CD pin situation on the two SoPine SOMs
> I have, and could confirm their functionality.
> 
> Rebased on top of sunxi/dt-for-5.12.
> 
> ================
> a collection of DT fixes I gathered over time:
> 
> - Adding usbphy references to [EO]HCI0 nodes (A64, H6)
> - Adding Pine64-LTS status LED
> - Dropping non-removable from SoPine/Pine64-LTS SD card
> - Enabling HS200 @ 150 MHz on Pine H64 (H6)
> - Enabling HS200 @ 150 MHz on Pine64-LTS
> 
> For details please see the individual patches!

Applied the series (with the fix mentionned in patch 3)

Thanks!
Maxime