Message ID | 20201117201106.128813-3-krzk@kernel.org |
---|---|
State | Accepted |
Commit | 7dc4c0b42d82d9b633663eadcd821f3a109af4e4 |
Headers | show |
Series | None | expand |
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 --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";
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(-)