Message ID | 20230223091258.2597-1-mihai.sain@microchip.com |
---|---|
State | Not Applicable |
Delegated to: | Eugen Hristev |
Headers | show |
Series | ARM: dts: at91: sama7g5: fix clock id for ebi node | expand |
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 {
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@microchip.com> --- arch/arm/dts/sama7g5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)