[PATCH 1/3] ARM: dts: meson8b: grow the reset controller memory zone

Neil Armstrong narmstrong at baylibre.com
Tue Jan 2 04:43:17 PST 2018


On 26/12/2017 12:43, Martin Blumenstingl wrote:
> The reset controller in the Meson8b SoCs also supports level resets.
> These use the same defines (from
> dt-bindings/reset/amlogic,meson8b-reset.h) as the reset pulses.
> 
> The reset-meson driver internally handles the difference if a consumer
> requests a reset pulse or a level reset. However, for this to work we
> must extend the memory zone of the reset controller.
> 
> Suggested-by: Neil Armstrong <narmstrong at baylibre.com>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com>
> ---
>  arch/arm/boot/dts/meson8b.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
> index df21b066c60b..ade602bbe482 100644
> --- a/arch/arm/boot/dts/meson8b.dtsi
> +++ b/arch/arm/boot/dts/meson8b.dtsi
> @@ -257,7 +257,7 @@
>  
>  	reset: reset-controller at 4404 {
>  		compatible = "amlogic,meson8b-reset";
> -		reg = <0x4404 0x20>;
> +		reg = <0x4404 0x9c>;
>  		#reset-cells = <1>;
>  	};
>  
>
Reviewed-by: Neil Armstrong <narmstrong at baylibre.com>



More information about the linux-amlogic mailing list