diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2018-09-07 12:59:26 +1200 |
---|---|---|
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-98dx3336.dtsi | |
parent | cf680cc5251487b9a39919c3cda31a108af19cf8 (diff) | |
download | lwn-f2aeded4a67d679c9638dd0de2d7632a82371900.tar.gz lwn-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-98dx3336.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-98dx3336.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp-98dx3336.dtsi b/arch/arm/boot/dts/armada-xp-98dx3336.dtsi index 2f5fc67dd6dc..1d9d8a8ea60c 100644 --- a/arch/arm/boot/dts/armada-xp-98dx3336.dtsi +++ b/arch/arm/boot/dts/armada-xp-98dx3336.dtsi @@ -35,5 +35,5 @@ }; &pp0 { - compatible = "marvell,prestera-98dx3336"; + compatible = "marvell,prestera-98dx3336", "marvell,prestera"; }; |