Drop the space between manufacturer and model in the SiRF compatible string in the g2d 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: d9615f8bf5d9 ("ARM: dts: atlas7: add lost G2D node") Cc: Dongli Li <Kasin.Li@xxxxxxx> Cc: Barry Song <Baohua.Song@xxxxxxx> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> --- 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 f1e8c772a59e..c3104b85813b 100644 --- a/arch/arm/boot/dts/atlas7.dtsi +++ b/arch/arm/boot/dts/atlas7.dtsi @@ -1930,7 +1930,7 @@ lvds@10e10000 { resets = <&car 29>; }; g2d@17010000 { - compatible = "sirf, atlas7-g2d"; + compatible = "sirf,atlas7-g2d"; reg = <0x17010000 0x10000>; interrupts = <0 61 0>; clocks = <&car 104>; -- 2.24.1