Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: armada-xp: add label to sdram-controller node

Add the label "sdramc" to the sdram-controller nodes for the Armada-XP
and 98dx3236 SoCs.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Chris Packham and committed by
Gregory CLEMENT
90b9dc96 042fa3dc

+2 -2
+1 -1
arch/arm/boot/dts/armada-xp-98dx3236.dtsi
··· 90 90 }; 91 91 92 92 internal-regs { 93 - sdramc@1400 { 93 + sdramc: sdramc@1400 { 94 94 compatible = "marvell,armada-xp-sdram-controller"; 95 95 reg = <0x1400 0x500>; 96 96 };
+1 -1
arch/arm/boot/dts/armada-xp.dtsi
··· 36 36 }; 37 37 38 38 internal-regs { 39 - sdramc@1400 { 39 + sdramc: sdramc@1400 { 40 40 compatible = "marvell,armada-xp-sdram-controller"; 41 41 reg = <0x1400 0x500>; 42 42 };