From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] ARM64: dts: meson-axg: add sec_AO system controller Date: Wed, 07 Mar 2018 17:09:42 -0800 Message-ID: <7hina7gyp5.fsf@baylibre.com> References: <20180215101207.19186-1-jbrunet@baylibre.com> <412132e7-904d-61c4-d09f-0239e07a92be@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <412132e7-904d-61c4-d09f-0239e07a92be@baylibre.com> (Neil Armstrong's message of "Thu, 15 Feb 2018 12:55:35 +0100") Sender: linux-kernel-owner@vger.kernel.org To: Neil Armstrong Cc: Jerome Brunet , Carlo Caione , linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Neil Armstrong writes: > On 15/02/2018 11:12, Jerome Brunet wrote: >> add the secure AO system controller with chipid enabled >> >> Signed-off-by: Jerome Brunet >> --- >> 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 880e25b113c1..7f4c00216b82 100644 >> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi >> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi >> @@ -836,6 +836,12 @@ >> }; >> }; >> >> + sec_AO: ao-secure@140 { >> + compatible = "amlogic,meson-gx-ao-secure", "syscon"; >> + reg = <0x0 0x140 0x0 0x140>; >> + amlogic,has-chip-id; >> + }; >> + >> pwm_AO_ab: pwm@7000 { >> compatible = "amlogic,meson-axg-ao-pwm"; >> reg = <0x0 0x07000 0x0 0x20>; >> > > Reviewed-by: Neil Armstrong Applied to v4.17/dt64, Kevin