From patchwork Mon Jul 9 14:45:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Devulder X-Patchwork-Id: 941352 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=none (p=none dis=none) header.from=suse.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41PTVY1fv6z9rvt for ; Tue, 10 Jul 2018 01:18:11 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 6CE0CC21E2C; Mon, 9 Jul 2018 15:18:04 +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=none 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 1B4C1C21DB5; Mon, 9 Jul 2018 15:18:01 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2EC62C21DB6; Mon, 9 Jul 2018 14:46:01 +0000 (UTC) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id 03BB2C21C29 for ; Mon, 9 Jul 2018 14:46:00 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 64B26ADE5; Mon, 9 Jul 2018 14:45:59 +0000 (UTC) From: Loic Devulder To: u-boot@lists.denx.de Date: Mon, 9 Jul 2018 16:45:51 +0200 Message-Id: <20180709144553.26161-1-ldevulder@suse.de> X-Mailer: git-send-email 2.13.7 X-Mailman-Approved-At: Mon, 09 Jul 2018 15:17:59 +0000 Cc: Loic Devulder , linux-amlogic@lists.infradead.org, trini@konsulko.com Subject: [U-Boot] [PATCH 0/2] Fix USB and enable ADC on Khadas VIM 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" This patch series add power supply entry for P212 like meson-gx boards. It also enable ADC support for Khadas VIM board. Based on the Neil Armstrong's patches. Note: it's my first (small!) patch for U-Boot, I tried to add all needed and useful informations :-) Loic Devulder (2): ARM64: meson: Add 'usb2_phy0' in P212 DT file configs: Update Meson GX configs arch/arm/dts/meson-gxl-s905x-p212.dtsi | 8 ++++++++ configs/khadas-vim_defconfig | 5 +++++ 2 files changed, 13 insertions(+)