diff options
author | Matteo Scordino <matteo.scordino@gmail.com> | 2020-10-30 23:43:25 +0000 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-11-02 11:07:10 +0100 |
commit | 6ab48105aae79b9d8062e9bc922baaeff80918d7 (patch) | |
tree | d5d95958a215f5bdbb8f843e5c14f239192dc3e1 /arch/arm | |
parent | ad2091f893bd5dfe2824f0d6819600d120698e9f (diff) | |
download | linux-6ab48105aae79b9d8062e9bc922baaeff80918d7.tar.gz linux-6ab48105aae79b9d8062e9bc922baaeff80918d7.tar.bz2 linux-6ab48105aae79b9d8062e9bc922baaeff80918d7.zip |
ARM: dts: s3: pinecube: align compatible property to other S3 boards
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
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sun8i-s3-pinecube.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-s3-pinecube.dts b/arch/arm/boot/dts/sun8i-s3-pinecube.dts index 9bab6b7f4014..4aa0ee897a0a 100644 --- a/arch/arm/boot/dts/sun8i-s3-pinecube.dts +++ b/arch/arm/boot/dts/sun8i-s3-pinecube.dts @@ -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; |