From mboxrd@z Thu Jan 1 00:00:00 1970 From: Loic Devulder Date: Tue, 10 Jul 2018 09:54:43 +0200 Subject: [U-Boot] [PATCH v3 0/2] Fix USB and enable ADC on Khadas VIM Message-ID: <20180710075445.9274-1-ldevulder@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 :-) Changes since v2: - change commit message for DTS backport Changes since v1: - remove duplicated lines in configs/khadas-vim_defconfig 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 | 7 ++++++++ configs/khadas-vim_defconfig | 3 +++ 2 files changed, 10 insertions(+) -- 2.13.7