A64 OLinuXino board from Olimex has three variants with onboard eMMC: A64-OLinuXino-1Ge16GW, A64-OLinuXino-1Ge4GW and A64-OLinuXino-2Ge8G-IND. In addition, there are two variants without eMMC. One without eMMC and one with SPI flash. This suggests the need for separate device tree for the three eMMC variants. Changes: v3: Separate dts for eMMC variants v2: Fix descriptions for VCC and VCCQ Version 2 of this series already committed in linux-sunxi tree as 8d3071f3e85894be35a1b35bcf6fdef970c81018 must be reverted before applying this. Sunil Mohan Adapa (2): dt-bindings: arm: sunxi: Add compatible for A64 OlinuXino with eMMC arm64: dts: allwinner: a64: Add A64 OlinuXino board (with eMMC) .../devicetree/bindings/arm/sunxi.yaml | 5 ++++ arch/arm64/boot/dts/allwinner/Makefile | 1 + .../allwinner/sun50i-a64-olinuxino-emmc.dts | 23 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts -- 2.20.1