diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2018-09-07 02:59:26 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-09-21 13:07:46 +0200 |
commit | f2aeded4a67d679c9638dd0de2d7632a82371900 (patch) | |
tree | 985dccf0c35f0bd378c5fb9928ae35ff51688ee1 /arch/arm/boot/dts/armada-xp-98dx3236.dtsi | |
parent | ARM: dts: marvell: Fix SPI and I2C bus warnings (diff) | |
download | linux-f2aeded4a67d679c9638dd0de2d7632a82371900.tar.xz linux-f2aeded4a67d679c9638dd0de2d7632a82371900.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-98dx3236.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi index eb03a5773903..59753470cd34 100644 --- a/arch/arm/boot/dts/armada-xp-98dx3236.dtsi +++ b/arch/arm/boot/dts/armada-xp-98dx3236.dtsi @@ -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>; |