From patchwork Wed Jul 1 14:43:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 240557 List-Id: U-Boot discussion From: narmstrong at baylibre.com (Neil Armstrong) Date: Wed, 1 Jul 2020 16:43:07 +0200 Subject: [PATCH 0/3] board: amlogic: add Odroid C4 support Message-ID: <20200701144310.25481-1-narmstrong@baylibre.com> This patchset adds support for the Hardkernel Odroid-C4 board based on an Amlogic S905X3 SoC (SM1). These patches were made very early from Christian Hewitt when the device was unveiled by Hardkernel, and superseed the patchset from Beniamino Galvani posted later. Beniamino, sorry for posting this over your patchset, but they are essentially the same and this one is already used by LibreELEC, Armbian and out KernelCI boards. It used the new Odroid-N2 board support instead of W400, and adds a doc file in RsT format. Christian Hewitt (2): ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1 boards: amlogic: add Odroid C4 support Neil Armstrong (1): ARM: dts: meson-sm1-odroid-c4: add ethernet PHY reset arch/arm/dts/Makefile | 1 + arch/arm/dts/meson-g12-common.dtsi | 13 +- arch/arm/dts/meson-g12.dtsi | 32 +- arch/arm/dts/meson-g12b-khadas-vim3.dtsi | 22 +- arch/arm/dts/meson-g12b-s922x.dtsi | 15 + arch/arm/dts/meson-g12b.dtsi | 22 + arch/arm/dts/meson-khadas-vim3.dtsi | 4 +- arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 13 + arch/arm/dts/meson-sm1-odroid-c4.dts | 402 +++++++++++++++++++ arch/arm/dts/meson-sm1-sei610.dts | 2 +- arch/arm/dts/meson-sm1.dtsi | 24 ++ board/amlogic/odroid-n2/MAINTAINERS | 2 + configs/odroid-c4_defconfig | 62 +++ doc/board/amlogic/index.rst | 3 +- doc/board/amlogic/odroid-c4.rst | 133 ++++++ 15 files changed, 713 insertions(+), 37 deletions(-) create mode 100644 arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi create mode 100644 arch/arm/dts/meson-sm1-odroid-c4.dts create mode 100644 configs/odroid-c4_defconfig create mode 100644 doc/board/amlogic/odroid-c4.rst