Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1582389 > unrolled thread
| Started by | Chris Packham <chris.packham@alliedtelesis.co.nz> |
|---|---|
| First post | 2017-02-16 10:00 +0100 |
| Last post | 2017-02-27 16:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Chris Packham <chris.packham@alliedtelesis.co.nz> |
|---|---|
| Date | 2017-02-16 10:00 +0100 |
| Subject | [PATCH v3 1/6] ARM: dts: Fix typo in armada-xp-98dx4251 |
| Message-ID | <tbq4V-3Nz-11@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-02-27 16:00 +0100 |
| Message-ID | <tfuWl-6ZE-13@gated-at.bofh.it> |
| In reply to | #1582389 |
On Thu, Feb 16, 2017 at 09:50:35PM +1300, Chris Packham wrote: > 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(-) Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web