mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-27 06:14:41 +00:00
ARM: dts: at91: sama7g5: fix clock id for ebi node
The PMC_MCK1 clock id for the ebi node is 23.
Fixes: 746b738224ad ("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>
This commit is contained in:
parent
95c3ee9b2b
commit
1415cdac77
@ -151,7 +151,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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user