linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM64: dts: meson-axg: add sec_AO system controller
@ 2018-02-15 10:12 Jerome Brunet
  2018-02-15 11:55 ` Neil Armstrong
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Brunet @ 2018-02-15 10:12 UTC (permalink / raw)
  To: Kevin Hilman, Carlo Caione
  Cc: Jerome Brunet, linux-amlogic, devicetree, linux-arm-kernel, linux-kernel

add the secure AO system controller with chipid enabled

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 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>;
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM64: dts: meson-axg: add sec_AO system controller
  2018-02-15 10:12 [PATCH] ARM64: dts: meson-axg: add sec_AO system controller Jerome Brunet
@ 2018-02-15 11:55 ` Neil Armstrong
  2018-03-08  1:09   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2018-02-15 11:55 UTC (permalink / raw)
  To: Jerome Brunet, Kevin Hilman, Carlo Caione
  Cc: linux-amlogic, devicetree, linux-kernel, linux-arm-kernel

On 15/02/2018 11:12, Jerome Brunet wrote:
> add the secure AO system controller with chipid enabled
> 
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> ---
>  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 <narmstrong@baylibre.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM64: dts: meson-axg: add sec_AO system controller
  2018-02-15 11:55 ` Neil Armstrong
@ 2018-03-08  1:09   ` Kevin Hilman
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2018-03-08  1:09 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Jerome Brunet, Carlo Caione, linux-amlogic, devicetree,
	linux-kernel, linux-arm-kernel

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 15/02/2018 11:12, Jerome Brunet wrote:
>> add the secure AO system controller with chipid enabled
>> 
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>>  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 <narmstrong@baylibre.com>

Applied to v4.17/dt64,

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-08  1:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 10:12 [PATCH] ARM64: dts: meson-axg: add sec_AO system controller Jerome Brunet
2018-02-15 11:55 ` Neil Armstrong
2018-03-08  1:09   ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).