[PATCH] ARM: dts: at91: sama7g5: fix clock id for ebi node

Claudiu.Beznea at microchip.com Claudiu.Beznea at microchip.com
Fri Feb 24 17:49:34 CET 2023


On 23.02.2023 13:28, Mihai Sain wrote:
> The PMC_MCK1 clock id for the ebi node is 23.
> 
> Fixes: 4ce85577ac ("ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT")
> Signed-off-by: Mihai Sain <mihai.sain at microchip.com>

Reviewed-by: Claudiu Beznea <claudiu.beznea at microchip.com>


> ---
>  arch/arm/dts/sama7g5.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
> index d38090d7dd..a802153af8 100644
> --- a/arch/arm/dts/sama7g5.dtsi
> +++ b/arch/arm/dts/sama7g5.dtsi
> @@ -150,7 +150,7 @@
>  				  0x1 0x0 0x48000000 0x8000000
>  				  0x2 0x0 0x50000000 0x8000000
>  				  0x3 0x0 0x58000000 0x8000000>;
> -			clocks = <&pmc PMC_TYPE_CORE 13>; /* PMC_MCK1 */
> +			clocks = <&pmc PMC_TYPE_CORE 23>; /* PMC_MCK1 */
>  			status = "disabled";
>  
>  			nand_controller: nand-controller {



More information about the U-Boot mailing list