mbox series

[v2,0/3] arm64: dts: allwinner: h6: tanix-tx6: Enable eMMC

Message ID 20210722161220.51181-1-jernej.skrabec@gmail.com
Headers show
Series arm64: dts: allwinner: h6: tanix-tx6: Enable eMMC | expand

Message

Jernej Škrabec July 22, 2021, 4:12 p.m. UTC
Tanix TX6 box has a 32 GB eMMC module. With changes in this series, I
get following figures with hdparm -tT:

/dev/mmcblk2:
 Timing cached reads:   1638 MB in  2.00 seconds = 818.44 MB/sec
 Timing buffered disk reads: 376 MB in  3.01 seconds = 124.74 MB/sec

First patch fixes regulator node names. Second patch sets proper power
supplies to GPIO banks and third adds eMMC support.

Please take a look.

Best regards,
Jernej Skrabec

Changes from v1:
- added patch 1 (fixing regulator node names with "regulator-" prefix)
- fixed regulator node name in patch 2 (adding "regulator-" prefix)

Jernej Skrabec (3):
  arm64: dts: allwinner: h6: tanix-tx6: Fix regulator node names
  arm64: dts: allwinner: h6: tanix-tx6: Add PIO power supplies
  arm64: dts: allwinner: h6: tanix-tx6: enable emmc

 .../dts/allwinner/sun50i-h6-tanix-tx6.dts     | 27 +++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

Comments

Maxime Ripard July 26, 2021, 7:12 a.m. UTC | #1
On Thu, Jul 22, 2021 at 06:12:17PM +0200, Jernej Skrabec wrote:
> Tanix TX6 box has a 32 GB eMMC module. With changes in this series, I

> get following figures with hdparm -tT:

> 

> /dev/mmcblk2:

>  Timing cached reads:   1638 MB in  2.00 seconds = 818.44 MB/sec

>  Timing buffered disk reads: 376 MB in  3.01 seconds = 124.74 MB/sec

> 

> First patch fixes regulator node names. Second patch sets proper power

> supplies to GPIO banks and third adds eMMC support.

> 

> Please take a look.


Applied all three, thanks

Maxime