From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbeAFAKf (ORCPT + 1 other); Fri, 5 Jan 2018 19:10:35 -0500 Received: from mail-sh2.amlogic.com ([58.32.228.45]:33203 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752735AbeAFAKd (ORCPT ); Fri, 5 Jan 2018 19:10:33 -0500 From: Yixun Lan To: Kevin Hilman , CC: Neil Armstrong , Jerome Brunet , Rob Herring , Mark Rutland , Carlo Caione , Yixun Lan , , , Subject: [PATCH v2 0/5] ARM64: dts: meson-axg: UART DT updates Date: Sat, 6 Jan 2018 08:10:39 +0800 Message-ID: <20180106001044.108163-1-yixun.lan@amlogic.com> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.18.20.142] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: HI Kevin These are the UART DT updates for the Meson-AXG platform. The patch 1 is a general fix. Other patches are about adding clock & pinctrl info, then using them. Last patch enable UART_A which connect to a BT module on the S400 board. Note: This series depend on previous UART_AO clock switch patch[1] also, these patch request clocks, so they need the tag:meson-clk-for-v4.16-2 from clk-meson's tree in order to compile. Changes since v1 at [2]: -- fix address range for all platform -- squash patch 1, 3 (drop compatible & add clock) -- fix typo in pinctrl info -- add Jerome's Ack [1] http://lkml.kernel.org/r/20171215141741.175985-1-yixun.lan@amlogic.com [2] http://lkml.kernel.org/r/20180105095621.196472-1-yixun.lan@amlogic.com Yixun Lan (5): ARM64: dts: meson: uart: fix address space range ARM64: dts: meson-axg: uart: drop legacy compatible name from EE UART ARM64: dts: meson-axg: uart: Add the pinctrl info description ARM64: dts: meson-axg: complete the pinctrl info for UART_AO_A ARM64: dts: meson-axg: enable the UART_A controller arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 9 ++ arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 109 ++++++++++++++++++++++++- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 10 +-- 3 files changed, 119 insertions(+), 9 deletions(-) -- 2.15.1