diff mbox series

ARM64: dts: meson-axg: add sec_AO system controller

Message ID 20180215101207.19186-1-jbrunet@baylibre.com
State Accepted
Commit a04c18cb27cd07b897c693958c90adc873012ac0
Headers show
Series ARM64: dts: meson-axg: add sec_AO system controller | expand

Commit Message

Jerome Brunet Feb. 15, 2018, 10:12 a.m. UTC
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(+)

-- 
2.14.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Neil Armstrong Feb. 15, 2018, 11:55 a.m. UTC | #1
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>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kevin Hilman March 8, 2018, 1:09 a.m. UTC | #2
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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>;