提交 f2aeded4 编写于 作者: C Chris Packham 提交者: Gregory CLEMENT

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: NChris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
上级 cf680cc5
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
ranges = <0 MBUS_ID(0x03, 0x00) 0 0x100000>; ranges = <0 MBUS_ID(0x03, 0x00) 0 0x100000>;
pp0: packet-processor@0 { pp0: packet-processor@0 {
compatible = "marvell,prestera-98dx3236"; compatible = "marvell,prestera-98dx3236", "marvell,prestera";
reg = <0 0x4000000>; reg = <0 0x4000000>;
interrupts = <33>, <34>, <35>; interrupts = <33>, <34>, <35>;
dfx = <&dfx>; dfx = <&dfx>;
......
...@@ -35,5 +35,5 @@ ...@@ -35,5 +35,5 @@
}; };
&pp0 { &pp0 {
compatible = "marvell,prestera-98dx3336"; compatible = "marvell,prestera-98dx3336", "marvell,prestera";
}; };
...@@ -49,6 +49,6 @@ ...@@ -49,6 +49,6 @@
}; };
&pp0 { &pp0 {
compatible = "marvell,prestera-98dx4251"; compatible = "marvell,prestera-98dx4251", "marvell,prestera";
interrupts = <33>, <34>, <35>, <36>; interrupts = <33>, <34>, <35>, <36>;
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册