From patchwork Wed Aug 29 05:40:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 963239 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=collabora.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 420ZGm75kqz9s1x for ; Wed, 29 Aug 2018 15:40:48 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id B4D23C21DEC; Wed, 29 Aug 2018 05:40:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_HELO_PASS, UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id B2DCDC21D9A; Wed, 29 Aug 2018 05:40:40 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3BB18C21D9A; Wed, 29 Aug 2018 05:40:39 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lists.denx.de (Postfix) with ESMTPS id A0E62C21C3F for ; Wed, 29 Aug 2018 05:40:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id D5E9E26955F From: Ezequiel Garcia To: u-boot@lists.denx.de Date: Wed, 29 Aug 2018 02:40:20 -0300 Message-Id: <20180829054023.10216-1-ezequiel@collabora.com> X-Mailer: git-send-email 2.18.0 Cc: Tom Cubie Subject: [U-Boot] [PATCH v2 0/3] RK3399: Add support for Ficus board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add support for a new RK3399-based board. The RK3399 Ficus board is an Enterprise Edition board manufactured by Vamrs Ltd., based on the Rockchip RK3399 SoC. While here, we extend the evb_rk3399/README document with instructions for SD/MMC boot. The devicetree file for this board has been already merged in Linux maintainer's tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/mmind/linux-rockchip/+/v4.19-armsoc/dts64/arch/arm64/boot/dts/rockchip/rk3399-ficus.dts Changes from v1: * Drop CONFIG_ROCKCHIP_USB2_PHY which wasn't appropriate for this board, and also it was breaking the build. * Tested on travis-ci.org. Ezequiel Garcia (2): rockchip: rk3399: add Ficus board rockchip: rk3399: Add more instructions to the README Randy Li (1): arm: dts: rockchip: add some common pin-settings to rk3399 arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3399-ficus.dts | 564 +++++++++++++++++++++++++++++++ arch/arm/dts/rk3399.dtsi | 55 ++- board/rockchip/evb_rk3399/README | 57 +++- configs/ficus-rk3399_defconfig | 70 ++++ 5 files changed, 739 insertions(+), 8 deletions(-) create mode 100644 arch/arm/dts/rk3399-ficus.dts create mode 100644 configs/ficus-rk3399_defconfig