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@xxxxxxx> Cc: Hao Liu <Hao.Liu@xxxxxxx> Cc: Barry Song <Baohua.Song@xxxxxxx> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> --- 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@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>, -- 2.24.1