[PATCH 4/7] ARM: dts: sam9x60: use u-boot,dm-pre-reloc

Eugen.Hristev at microchip.com Eugen.Hristev at microchip.com
Tue Oct 6 08:39:32 CEST 2020


On 05.10.2020 17:58, Claudiu Beznea wrote:
> Use u-boot,dm-pre-reloc for slow xtal and main xtal.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
> ---

Hi Claudiu,

For this patch and the following DT patches:

the u-boot,dm-pre-reloc property must be added to the file 
sam9x60ek-u-boot.dtsi (or sam9x60-u-boot.dtsi if needed to be created )

Eugen

>   arch/arm/dts/sam9x60.dtsi | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
> index 51de586e1900..a4e2576d8e0f 100644
> --- a/arch/arm/dts/sam9x60.dtsi
> +++ b/arch/arm/dts/sam9x60.dtsi
> @@ -30,11 +30,13 @@
>   		slow_xtal: slow_xtal {
>   			compatible = "fixed-clock";
>   			#clock-cells = <0>;
> +			u-boot,dm-pre-reloc;
>   		};
>   
>   		main_xtal: main_xtal {
>   			compatible = "fixed-clock";
>   			#clock-cells = <0>;
> +			u-boot,dm-pre-reloc;
>   		};
>   	};
>   
> 



More information about the U-Boot mailing list