@@ -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@0x13240000 {
};
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@10820000 {
};
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@10820000 {
};
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@10200000 {
};
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@18630000 {
};
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@18200000 {
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@0x13010000 {
};
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@17020000 {
};
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@14700000 {
};
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@10d40000 {
};
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@0x10800000 {
};
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@11010000 {
};
rtcm {
- compatible = "arteris, flexnoc", "simple-bus";
+ compatible = "arteris,flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x18810000 0x18810000 0x3000>,
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@csr.com> Cc: Hao Liu <Hao.Liu@csr.com> Cc: Barry Song <Baohua.Song@csr.com> Signed-off-by: Johan Hovold <johan@kernel.org> --- arch/arm/boot/dts/atlas7.dtsi | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-)