diff mbox series

[3/4] ARM: dts: s3c24xx: add SMDK2416 board compatible

Message ID 20201117201106.128813-3-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series [1/4] dt-bindings: arm: samsung: document SMDK2416 board binding | expand

Commit Message

Krzysztof Kozlowski Nov. 17, 2020, 8:11 p.m. UTC
Add a compatible for SMDK2416 board next to the SoC compatible.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/s3c2416-smdk2416.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Dec. 2, 2020, 8:03 p.m. UTC | #1
On Tue, Nov 17, 2020 at 09:11:05PM +0100, Krzysztof Kozlowski wrote:
> Add a compatible for SMDK2416 board next to the SoC compatible.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm/boot/dts/s3c2416-smdk2416.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/s3c2416-smdk2416.dts b/arch/arm/boot/dts/s3c2416-smdk2416.dts
index 47626ede6fdd..e7c379a9842e 100644
--- a/arch/arm/boot/dts/s3c2416-smdk2416.dts
+++ b/arch/arm/boot/dts/s3c2416-smdk2416.dts
@@ -10,7 +10,7 @@ 
 
 / {
 	model = "SMDK2416";
-	compatible = "samsung,s3c2416";
+	compatible = "samsung,smdk2416", "samsung,s3c2416";
 
 	memory@30000000 {
 		device_type = "memory";