[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200212104348.19940-2-johan@kernel.org>
Date: Wed, 12 Feb 2020 11:43:46 +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>,
Zhiwu Song <Zhiwu.Song@....com>, Hao Liu <Hao.Liu@....com>
Subject: [PATCH 1/3] ARM: dts: atlas7: fix space in flexnoc compatible strings
Drop the space between manufacturer and model in the Arteris FlexNoC
compatible string in the noc-bus nodes 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: 7d76d03b9be8 ("ARM: dts: add init dts file for CSR atlas7 SoC")
Cc: Zhiwu Song <Zhiwu.Song@....com>
Cc: Hao Liu <Hao.Liu@....com>
Cc: Barry Song <Baohua.Song@....com>
Signed-off-by: Johan Hovold <johan@...nel.org>
---
arch/arm/boot/dts/atlas7.dtsi | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index 99c9d9d9267f..92b00e4740f6 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1164,7 +1164,7 @@ vi_vip1_high8bit {
};
pmipc {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x13240000 0x13240000 0x00010000>;
@@ -1175,7 +1175,7 @@ pmipc@...3240000 {
};
dramfw {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x10830000 0x10830000 0x18000>;
@@ -1186,7 +1186,7 @@ dramfw@...20000 {
};
spramfw {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x10250000 0x10250000 0x3000>;
@@ -1197,7 +1197,7 @@ spramfw@...20000 {
};
cpum {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x10200000 0x10200000 0x3000>;
@@ -1208,7 +1208,7 @@ cpum@...00000 {
};
cgum {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x18641000 0x18641000 0x3000>,
@@ -1238,7 +1238,7 @@ pwm: pwm@...30000 {
};
gnssm {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x18000000 0x18000000 0x0000ffff>,
@@ -1365,7 +1365,7 @@ spi1: spi@...00000 {
gpum {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x13000000 0x13000000 0x3000>,
@@ -1407,7 +1407,7 @@ sdr@...3010000 {
};
mediam {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x15000000 0x15000000 0x00600000>,
@@ -1549,7 +1549,7 @@ i2c0: i2c@...20000 {
};
vdifm {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x13290000 0x13290000 0x3000>,
@@ -1652,7 +1652,7 @@ sd7: sdhci@...00000 {
};
audiom {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x10d50000 0x10d50000 0x0000ffff>,
@@ -1767,7 +1767,7 @@ usp2: usp@...40000 {
};
ddrm {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x10820000 0x10820000 0x3000>,
@@ -1786,7 +1786,7 @@ memory-controller@...0800000 {
};
btm {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x11002000 0x11002000 0x0000ffff>,
@@ -1838,7 +1838,7 @@ btm@...10000 {
};
rtcm {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x18810000 0x18810000 0x3000>,
--
2.24.1
Powered by blists - more mailing lists