Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1582389
| From | Chris Packham <chris.packham@alliedtelesis.co.nz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 1/6] ARM: dts: Fix typo in armada-xp-98dx4251 |
| Date | 2017-02-16 10:00 +0100 |
| Message-ID | <tbq4V-3Nz-11@gated-at.bofh.it> (permalink) |
| References | <tbq4V-3Nz-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The compatible should be 98dx4251 not 98dx4521.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
Notes:
Changes in v2:
- new
Changes in v3:
- none
arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
index 4b0533a4ccb7..b9d9b269efb4 100644
--- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
+++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi
@@ -49,7 +49,7 @@
/ {
model = "Marvell 98DX4251 SoC";
- compatible = "marvell,armadaxp-98dx4521", "marvell,armadaxp-98dx3236", "marvell,armadaxp", "marvell,armada-370-xp";
+ compatible = "marvell,armadaxp-98dx4251", "marvell,armadaxp-98dx3236", "marvell,armadaxp", "marvell,armada-370-xp";
cpus {
cpu@1 {
--
2.11.0.24.ge6920cf
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 1/6] ARM: dts: Fix typo in armada-xp-98dx4251 Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-02-16 10:00 +0100 Re: [PATCH v3 1/6] ARM: dts: Fix typo in armada-xp-98dx4251 Rob Herring <robh@kernel.org> - 2017-02-27 16:00 +0100
csiph-web