[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1455561341-2071-1-git-send-email-xypron.glpk@gmx.de>
Date: Mon, 15 Feb 2016 19:35:41 +0100
From: Heinrich Schuchardt <xypron.glpk@....de>
To: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>
Cc: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
Ralf Baechle <ralf@...ux-mips.org>,
Andrew Bresticker <abrestic@...omium.org>,
Aaro Koskinen <aaro.koskinen@....fi>,
Arnd Bergmann <arnd@...db.de>, devicetree@...r.kernel.org,
linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org,
Heinrich Schuchardt <xypron.glpk@....de>
Subject: [PATCH 1/1 v2] MIPS: DTS: cavium-octeon: provide model attribute
Downstream packages like Debian flash-kernel rely on
/proc/device-tree/model
to determine how to install an updated kernel image.
Most dts files provide this property.
This patch adds a model attribute Octeon CPUs.
v2:
Use vendor prefix defined in vendor-prefixes.txt.
Separate model from vendor by comma.
Avoid wildcards.
Cc: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Cc: Arnd Bergmann <arnd@...db.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@....de>
---
arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts | 1 +
arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts b/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts
index 9c48e05..f70cd58 100644
--- a/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts
+++ b/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts
@@ -8,6 +8,7 @@
*/
/ {
compatible = "cavium,octeon-3860";
+ model = "cavium,Octeon 3860";
#address-cells = <2>;
#size-cells = <2>;
interrupt-parent = <&ciu>;
diff --git a/arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts b/arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts
index 79b46fc..0b40899 100644
--- a/arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts
+++ b/arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts
@@ -8,6 +8,7 @@
*/
/ {
compatible = "cavium,octeon-6880";
+ model = "cavium,Octeon 6880";
#address-cells = <2>;
#size-cells = <2>;
interrupt-parent = <&ciu2>;
--
2.1.4
Powered by blists - more mailing lists