]> git.baikalelectronics.ru Git - uboot.git/commitdiff
ARM: dts: at91: sama7g5: fix clock id for ebi node
authorMihai Sain <mihai.sain@microchip.com>
Thu, 23 Feb 2023 09:12:58 +0000 (11:12 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Tue, 28 Feb 2023 08:38:19 +0000 (10:38 +0200)
The PMC_MCK1 clock id for the ebi node is 23.

Fixes: 5c1c69482915 ("ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT")
Reviewed-by: Eugen Hristev <eugen.hristev@collabora.com>
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
arch/arm/dts/sama7g5.dtsi

index 6388a60e53b58a530b53fc2ba0c750f7b11a0249..746a5ba347ee2a8b29eced688278cba5e253853b 100644 (file)
                                  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 {