[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200212104348.19940-3-johan@kernel.org>
Date: Wed, 12 Feb 2020 11:43:47 +0100
From: Johan Hovold <johan@...nel.org>
To: Rob Herring <robh+dt@...nel.org>
Cc: Mark Rutland <mark.rutland@....com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Barry Song <Baohua.Song@....com>,
Johan Hovold <johan@...nel.org>, Ye He <Ye.He@....com>
Subject: [PATCH 2/3] ARM: dts: atlas7: fix space in gmac compatible string
Drop the space between manufacturer and model in the Synopsis compatible
string in the gmac node so that it matches the recommended format.
Note that there are no in-kernel drivers that use this compatible and
it is not present in any binding.
Fixes: 153645b3e037 ("ARM: dts: atlas7: add lost gmac node")
Cc: Ye He <Ye.He@....com>
Cc: Barry Song <Baohua.Song@....com>
Signed-off-by: Johan Hovold <johan@...nel.org>
---
arch/arm/boot/dts/atlas7.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index 92b00e4740f6..f1e8c772a59e 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1333,7 +1333,7 @@ uart5: uart@...60000 {
status = "disabled";
};
gmac: eth@...b0000 {
- compatible = "snps, dwc-eth-qos";
+ compatible = "snps,dwc-eth-qos";
reg = <0x180b0000 0x4000>;
interrupts = <0 59 0>, <0 70 0>;
interrupt-names = "macirq", "macpmt";
--
2.24.1
Powered by blists - more mailing lists