Skip to content

Commit

Permalink
ARM: dts: mvebu: add "marvell,prestera" to PP nodes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Packham authored and Gregory CLEMENT committed Sep 21, 2018
1 parent cf680cc commit f2aeded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-98dx3236.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
ranges = <0 MBUS_ID(0x03, 0x00) 0 0x100000>;

pp0: packet-processor@0 {
compatible = "marvell,prestera-98dx3236";
compatible = "marvell,prestera-98dx3236", "marvell,prestera";
reg = <0 0x4000000>;
interrupts = <33>, <34>, <35>;
dfx = <&dfx>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-98dx3336.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
};

&pp0 {
compatible = "marvell,prestera-98dx3336";
compatible = "marvell,prestera-98dx3336", "marvell,prestera";
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-98dx4251.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
};

&pp0 {
compatible = "marvell,prestera-98dx4251";
compatible = "marvell,prestera-98dx4251", "marvell,prestera";
interrupts = <33>, <34>, <35>, <36>;
};

0 comments on commit f2aeded

Please sign in to comment.