ARM: dts: s3: pinecube: align compatible property to other S3 boards
authorMatteo Scordino <matteo.scordino@gmail.com>
Fri, 30 Oct 2020 23:43:25 +0000 (23:43 +0000)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 10:07:10 +0000 (11:07 +0100)
The compatible string in the Pine64 Pinecube dts diverges from the ones
used in other S3 based boards, like the LicheePi and the Elimo Impetus
and Initium. Discussion on LKML decided the PineCube should align to the
others.

Signed-off-by: Matteo Scordino <matteo.scordino@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201030234325.5865-7-matteo.scordino@gmail.com
arch/arm/boot/dts/sun8i-s3-pinecube.dts

index 9bab6b7f4014d6f064a637724c6238cfe4fcbc59..4aa0ee897a0a01517937d6135ec39473a64eeb1e 100644 (file)
@@ -10,7 +10,7 @@
 
 / {
        model = "PineCube IP Camera";
-       compatible = "pine64,pinecube", "allwinner,sun8i-s3";
+       compatible = "pine64,pinecube", "sochip,s3", "allwinner,sun8i-v3";
 
        aliases {
                serial0 = &uart2;