Commit 74fcc927f65d782e4bab769a85acaa553acfe389

Authored by Hans de Goede
1 parent ef36d9ae16

sunxi: orangepi_pc: Add support for eMMC found on the Orange Pi PC Plus

The Plus variant of the Orange Pi PC has an eMMC, add support for this.

Note we are using the same u-boot defconfig / dts for both the regular
Orange Pi PC as well as the Orange Pi PC Plus.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

configs/orangepi_pc_defconfig
... ... @@ -4,6 +4,8 @@
4 4 CONFIG_DRAM_CLK=624
5 5 CONFIG_DRAM_ZQ=3881979
6 6 CONFIG_DRAM_ODT_EN=y
  7 +CONFIG_MMC0_CD_PIN="PF6"
  8 +CONFIG_MMC_SUNXI_SLOT_EXTRA=2
7 9 # CONFIG_VIDEO is not set
8 10 CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-orangepi-pc"
9 11 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set