[PATCH 0/2] Add initial support for PINE64 PineTab2
David Hewitt
davidmhewitt at gmail.com
Mon Jul 10 13:05:56 CEST 2023
This is my first contribution to U-Boot and my first attempt at an
email-patch submission workflow. So please go easy on me!
This series of patches adds the basics required to get the PINE64
PineTab2 booting with U-Boot. This has only been tested thus far with
eMMC and SD card booting, but I intend to do further work to get the
display and USB tested and working in the future too.
Some minor modifications were required to the mmc tree due to a bug in
the implementation of the Designware MMC controller where pulling PWREN
high causes it not to work.
David Hewitt (2):
rockchip: Add initial support for the PineTab2 from PINE64
mmc: Add quirk to disable PWREN for dw_mmc
arch/arm/dts/Makefile | 1 +
arch/arm/dts/rk3566-pinetab2.dts | 422 ++++++++++++++++++
arch/arm/mach-rockchip/rk3568/Kconfig | 9 +
board/pine64/pinetab2-rk3566/Kconfig | 15 +
board/pine64/pinetab2-rk3566/MAINTAINERS | 7 +
board/pine64/pinetab2-rk3566/Makefile | 5 +
.../pine64/pinetab2-rk3566/pinetab2-rk3566.c | 1 +
configs/pinetab2_defconfig | 83 ++++
drivers/mmc/dw_mmc.c | 3 +-
drivers/mmc/rockchip_dw_mmc.c | 3 +
include/configs/pinetab2-rk3566.h | 13 +
include/configs/rk3568_common.h | 4 +-
include/dwmmc.h | 1 +
13 files changed, 564 insertions(+), 3 deletions(-)
create mode 100644 arch/arm/dts/rk3566-pinetab2.dts
create mode 100644 board/pine64/pinetab2-rk3566/Kconfig
create mode 100644 board/pine64/pinetab2-rk3566/MAINTAINERS
create mode 100644 board/pine64/pinetab2-rk3566/Makefile
create mode 100644 board/pine64/pinetab2-rk3566/pinetab2-rk3566.c
create mode 100644 configs/pinetab2_defconfig
create mode 100644 include/configs/pinetab2-rk3566.h
Signed-off-by: David Hewitt <davidmhewitt at gmail.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Philipp Tomsich <philipp.tomsich at vrull.eu>
Cc: Kever Yang <kever.yang at rock-chips.com>
Cc: Peng Fan <peng.fan at nxp.com>
Cc: Jaehoon Chung <jh80.chung at samsung.com>
--
2.34.1
More information about the U-Boot
mailing list