From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756368AbdLPASE (ORCPT ); Fri, 15 Dec 2017 19:18:04 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:44000 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755723AbdLPASB (ORCPT ); Fri, 15 Dec 2017 19:18:01 -0500 X-Google-Smtp-Source: ACJfBot2lx9CMqq7oIYiwk6utVrl4KOE3egarL9zV5FVVNr2SSUAtuVhS+nKPHNoA9lliPZqSapQPg== From: Kevin Hilman To: Neil Armstrong Cc: Yixun Lan , devicetree@vger.kernel.org, Rob Herring , Philipp Zabel , Jerome Brunet , Carlo Caione , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] arm64: dts: meson-axg: add new reset DT node Organization: BayLibre References: <20171110084659.31641-1-yixun.lan@amlogic.com> <04b96767-2412-7242-780c-f3e1e610a62b@baylibre.com> Date: Fri, 15 Dec 2017 16:17:48 -0800 In-Reply-To: <04b96767-2412-7242-780c-f3e1e610a62b@baylibre.com> (Neil Armstrong's message of "Fri, 17 Nov 2017 14:08:35 +0100") Message-ID: <7hind77cgj.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Neil Armstrong writes: > On 10/11/2017 09:46, Yixun Lan wrote: >> Add reset DT node for Amlogic's Meson-AXG SoC. >> >> Signed-off-by: Yixun Lan >> --- >> arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi >> index e0fb860e12c5..65945c6c8b65 100644 >> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi >> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi >> @@ -123,6 +123,12 @@ >> #size-cells = <2>; >> ranges = <0x0 0x0 0x0 0xffd00000 0x0 0x25000>; >> >> + reset: reset-controller@1004 { >> + compatible = "amlogic,meson-axg-reset"; >> + reg = <0x0 0x01004 0x0 0x9c>; >> + #reset-cells = <1>; >> + }; >> + >> uart_A: serial@24000 { >> compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; >> reg = <0x0 0x24000 0x0 0x14>; >> > > Reviewed-by: Neil Armstrong Applied to v4.16/dt64, Kevin