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

ARM: dts: mvebu: add "marvell,prestera" to PP nodes

The compatible string "marvell,prestera" allows drivers to have code
common to any prestera variant.

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
f2aeded4 cf680cc5

+3 -3
+1 -1
arch/arm/boot/dts/armada-xp-98dx3236.dtsi
··· 243 243 ranges = <0 MBUS_ID(0x03, 0x00) 0 0x100000>; 244 244 245 245 pp0: packet-processor@0 { 246 - compatible = "marvell,prestera-98dx3236"; 246 + compatible = "marvell,prestera-98dx3236", "marvell,prestera"; 247 247 reg = <0 0x4000000>; 248 248 interrupts = <33>, <34>, <35>; 249 249 dfx = <&dfx>;
+1 -1
arch/arm/boot/dts/armada-xp-98dx3336.dtsi
··· 35 35 }; 36 36 37 37 &pp0 { 38 - compatible = "marvell,prestera-98dx3336"; 38 + compatible = "marvell,prestera-98dx3336", "marvell,prestera"; 39 39 };
+1 -1
arch/arm/boot/dts/armada-xp-98dx4251.dtsi
··· 49 49 }; 50 50 51 51 &pp0 { 52 - compatible = "marvell,prestera-98dx4251"; 52 + compatible = "marvell,prestera-98dx4251", "marvell,prestera"; 53 53 interrupts = <33>, <34>, <35>, <36>; 54 54 };