lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 12 Feb 2020 11:43:48 +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>, Dongli Li <Kasin.Li@....com>
Subject: [PATCH 3/3] ARM: dts: atlas7: fix space in g2d compatible string

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@....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 f1e8c772a59e..c3104b85813b 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1930,7 +1930,7 @@ lvds@...10000 {
 				resets = <&car 29>;
 			};
 			g2d@...10000 {
-				compatible = "sirf, atlas7-g2d";
+				compatible = "sirf,atlas7-g2d";
 				reg = <0x17010000 0x10000>;
 				interrupts = <0 61 0>;
 				clocks = <&car 104>;
-- 
2.24.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ