[PATCH v3 03/13] arm: dts: owl-s500: Add Reset controller

Matheus Castello matheus at castello.eng.br
Fri Jan 8 19:40:11 PST 2021



Em 12/29/2020 6:17 PM, Cristian Ciocaltea escreveu:
> Add reset controller property and bindings header for the
> Actions Semi S500 SoC DTS.
> 
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea at gmail.com>
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
> ---
> Changes in v3:
>   - Added Reviewed-by from Mani
> 
>   arch/arm/boot/dts/owl-s500.dtsi | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/owl-s500.dtsi b/arch/arm/boot/dts/owl-s500.dtsi
> index ac3d04c75dd5..a57ce7d6d745 100644
> --- a/arch/arm/boot/dts/owl-s500.dtsi
> +++ b/arch/arm/boot/dts/owl-s500.dtsi
> @@ -8,6 +8,7 @@
>   #include <dt-bindings/clock/actions,s500-cmu.h>
>   #include <dt-bindings/interrupt-controller/arm-gic.h>
>   #include <dt-bindings/power/owl-s500-powergate.h>
> +#include <dt-bindings/reset/actions,s500-reset.h>
>   
>   / {
>   	compatible = "actions,s500";
> @@ -188,6 +189,7 @@ cmu: clock-controller at b0160000 {
>   			reg = <0xb0160000 0x8000>;
>   			clocks = <&hosc>, <&losc>;
>   			#clock-cells = <1>;
> +			#reset-cells = <1>;
>   		};
>   
>   		timer: timer at b0168000 {
> 

Tested-by: Matheus Castello <matheus at castello.eng.br>



More information about the linux-actions mailing list