[PATCH 1/4] ARM: vexpress: dts: use direct &phandle instead of &{/path}

Ahmad Fatoum a.fatoum at pengutronix.de
Tue Jun 23 09:30:39 EDT 2020



On 6/23/20 3:25 PM, Ahmad Fatoum wrote:
> 6940ba22c66a ("dts: update to v5.3-rc1") added a label that we can
> reference instead of relying on the path not changing. Make use of it,
> so the compilation doesn't fail along with the v5.8-rc1 dts/ sync.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> [afa: board is still broken, because the "arm,arm-firmware-suite"
> partitioning is unknown to barebox, but at least it's not doubly
> broken.]

I see now that Roland had fixed it for arch/arm/dts/vexpress-v2p-ca9.dts.
Please skip this patch. I send it out again with Roland's fix incorporated. 

> ---
>  arch/arm/dts/vexpress-v2p-ca15.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/vexpress-v2p-ca15.dts b/arch/arm/dts/vexpress-v2p-ca15.dts
> index a4cdc8d1f5f0..d02b8ce523cf 100644
> --- a/arch/arm/dts/vexpress-v2p-ca15.dts
> +++ b/arch/arm/dts/vexpress-v2p-ca15.dts
> @@ -7,7 +7,7 @@
>  	};
>  };
>  
> -&{/bus at 8000000/motherboard/flash at 0,00000000} {
> +&nor_flash {
>  	#address-cells = <1>;
>  	#size-cells = <1>;
>  
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list