[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180124114210.26457-2-malat@debian.org>
Date: Wed, 24 Jan 2018 12:42:08 +0100
From: Mathieu Malaterre <malat@...ian.org>
To: James Hogan <jhogan@...nel.org>
Cc: Mathieu Malaterre <malat@...ian.org>,
Paul Burton <paul.burton@...s.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Ralf Baechle <ralf@...ux-mips.org>,
Philippe Ombredanne <pombredanne@...b.com>,
Harvey Hunt <harvey.hunt@...tec.com>,
Paul Cercueil <paul@...pouillou.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-mips@...ux-mips.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 2/2] mips: dts: Fix a typo in the node unit name
The unit name was 8c00000 but since the reg property is declared as:
reg = <0x0 0x4c00000 0x1 0xfb400000>;
the unit name should have been instead 4c00000.
Tested on MIPS Creator CI20 (v1):
$ cat /sys/firmware/devicetree/.../partitions/partition@...0000/label;echo
system
Reported-by: James Hogan <jhogan@...nel.org>
Signed-off-by: Mathieu Malaterre <malat@...ian.org>
---
arch/mips/boot/dts/ingenic/ci20.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts
index 7d5e49e40b0d..38078594cf97 100644
--- a/arch/mips/boot/dts/ingenic/ci20.dts
+++ b/arch/mips/boot/dts/ingenic/ci20.dts
@@ -125,7 +125,7 @@
reg = <0x0 0xc00000 0x0 0x4000000>;
};
- partition@...0000 {
+ partition@...0000 {
label = "system";
reg = <0x0 0x4c00000 0x1 0xfb400000>;
};
--
2.11.0
Powered by blists - more mailing lists