[PATCH 3/5] ARM: dts: vf500: Remove empty reg memory property

Stefan Agner stefan at agner.ch
Sat Mar 3 14:30:32 PST 2018


On 27.02.2018 19:17, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at nxp.com>
> 
> All the vf500 based boards include the real memory size in their
> dts files, so remove the empty reg memory property.

Nit: This is somewhat confusing, it almost sounds as if you want to
remove the memory node.

How about:
...so remove the zero length reg property.

Otherwise this series looks good to me:

Reviewed-by: Stefan Agner <stefan at agner.ch>

> 
> Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
> ---
>  arch/arm/boot/dts/vf500.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
> index 1e3b479..bbff011 100644
> --- a/arch/arm/boot/dts/vf500.dtsi
> +++ b/arch/arm/boot/dts/vf500.dtsi
> @@ -47,7 +47,7 @@
>  	#size-cells = <1>;
>  	chosen { };
>  	aliases { };
> -	memory { device_type = "memory"; reg = <0 0>; };
> +	memory { device_type = "memory"; };
>  
>  	cpus {
>  		#address-cells = <1>;



More information about the linux-arm-kernel mailing list