Skip to content

Commit 9bfa254

Browse files
committed
ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60
The 2nd DDR clock for sam9x60 DDR controller is peripheral clock with id 49. Fixes: 1e5f532 ("ARM: dts: at91: sam9x60: add device tree for soc and board") Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1b929c0 commit 9bfa254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
mpddrc: mpddrc@ffffe800 {
565565
compatible = "microchip,sam9x60-ddramc", "atmel,sama5d3-ddramc";
566566
reg = <0xffffe800 0x200>;
567-
clocks = <&pmc PMC_TYPE_SYSTEM 2>, <&pmc PMC_TYPE_CORE PMC_MCK>;
567+
clocks = <&pmc PMC_TYPE_SYSTEM 2>, <&pmc PMC_TYPE_PERIPHERAL 49>;
568568
clock-names = "ddrck", "mpddr";
569569
};
570570

0 commit comments

Comments
 (0)