diff mbox series

[v2,3/3] ARM: dts: stm32: lxa-mc1: add OSD32MP15x to list of compatibles

Message ID 20201110102552.7270-3-a.fatoum@pengutronix.de
State Accepted
Commit 6660e2445523a57410de008a9b137d2c0a66e94a
Headers show
Series None | expand

Commit Message

Ahmad Fatoum Nov. 10, 2020, 10:25 a.m. UTC
Earlier commit modified the binding, so the SiP is to be specified
as well. Adjust the device tree accordingly.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
v1 -> v2:
  - split up binding and device tree change
---
 arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre TORGUE Nov. 17, 2020, 2:26 p.m. UTC | #1
Hi Ahmad

On 11/10/20 11:25 AM, Ahmad Fatoum wrote:
> Earlier commit modified the binding, so the SiP is to be specified

> as well. Adjust the device tree accordingly.

> 

> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

> ---

> v1 -> v2:

>    - split up binding and device tree change

> ---

>   arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts | 2 +-

>   1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts

> index 1e5333fd437f..cda8e871f999 100644

> --- a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts

> +++ b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts

> @@ -15,7 +15,7 @@

>   

>   / {

>   	model = "Linux Automation MC-1 board";

> -	compatible = "lxa,stm32mp157c-mc1", "st,stm32mp157";

> +	compatible = "lxa,stm32mp157c-mc1", "oct,stm32mp15xx-osd32", "st,stm32mp157";

>   

>   	aliases {

>   		ethernet0 = &ethernet0;

> 


Series applied on stm32-next.

Regards
Alex
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
index 1e5333fd437f..cda8e871f999 100644
--- a/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
+++ b/arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
@@ -15,7 +15,7 @@ 
 
 / {
 	model = "Linux Automation MC-1 board";
-	compatible = "lxa,stm32mp157c-mc1", "st,stm32mp157";
+	compatible = "lxa,stm32mp157c-mc1", "oct,stm32mp15xx-osd32", "st,stm32mp157";
 
 	aliases {
 		ethernet0 = &ethernet0;