mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
ARM: dts: at91: sam9x60: fix the ddr clock for sam9x60
[ Upstream commit9bfa2544db] The 2nd DDR clock for sam9x60 DDR controller is peripheral clock with id 49. Fixes:1e5f532c27("ARM: dts: at91: sam9x60: add device tree for soc and board") Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20221208115241.36312-1-claudiu.beznea@microchip.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
32d5eb95f8
commit
86e1955b28
|
|
@ -564,7 +564,7 @@ pmecc: ecc-engine@ffffe000 {
|
|||
mpddrc: mpddrc@ffffe800 {
|
||||
compatible = "microchip,sam9x60-ddramc", "atmel,sama5d3-ddramc";
|
||||
reg = <0xffffe800 0x200>;
|
||||
clocks = <&pmc PMC_TYPE_SYSTEM 2>, <&pmc PMC_TYPE_CORE PMC_MCK>;
|
||||
clocks = <&pmc PMC_TYPE_SYSTEM 2>, <&pmc PMC_TYPE_PERIPHERAL 49>;
|
||||
clock-names = "ddrck", "mpddr";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user