diff mbox series

[v3,11/13] ARM: dts: sti: disable rng11 on the stih418 platform

Message ID 20210331204228.26107-12-avolmat@me.com
State Accepted
Commit 7b22ec0c72f3be250c36a335e3f5d048f5f47b0e
Headers show
Series [v3,01/13] ARM: dts: sti: update flexgen compatible within stih418-clock | expand

Commit Message

Alain Volmat March 31, 2021, 8:42 p.m. UTC
The rng11 is not available on the STiH418 hence is disabled in the
stih418.dtsi

Signed-off-by: Alain Volmat <avolmat@me.com>
---
 arch/arm/boot/dts/stih418.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Patrice CHOTARD Aug. 3, 2021, 12:08 p.m. UTC | #1
Hi Alain

On 3/31/21 10:42 PM, Alain Volmat wrote:
> The rng11 is not available on the STiH418 hence is disabled in the

> stih418.dtsi

> 

> Signed-off-by: Alain Volmat <avolmat@me.com>

> ---

>  arch/arm/boot/dts/stih418.dtsi | 4 ++++

>  1 file changed, 4 insertions(+)

> 

> diff --git a/arch/arm/boot/dts/stih418.dtsi b/arch/arm/boot/dts/stih418.dtsi

> index a05e2278b448..39a249983496 100644

> --- a/arch/arm/boot/dts/stih418.dtsi

> +++ b/arch/arm/boot/dts/stih418.dtsi

> @@ -27,6 +27,10 @@

>  	};

>  

>  	soc {

> +		rng11: rng@8a8a000 {

> +			status = "disabled";

> +		};

> +

>  		usb2_picophy1: phy2@0 {

>  			compatible = "st,stih407-usb2-phy";

>  			reg = <0 0>;

> 

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


Thanks
Patrice
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stih418.dtsi b/arch/arm/boot/dts/stih418.dtsi
index a05e2278b448..39a249983496 100644
--- a/arch/arm/boot/dts/stih418.dtsi
+++ b/arch/arm/boot/dts/stih418.dtsi
@@ -27,6 +27,10 @@ 
 	};
 
 	soc {
+		rng11: rng@8a8a000 {
+			status = "disabled";
+		};
+
 		usb2_picophy1: phy2@0 {
 			compatible = "st,stih407-usb2-phy";
 			reg = <0 0>;