diff mbox series

[V2,1/2] ARM: dts: bcm283x: Drop fallback compatible for vchiq

Message ID 1635682086-3200-2-git-send-email-stefan.wahren@i2se.com (mailing list archive)
State New, archived
Headers show
Series dt-bindings: soc: bcm: Convert brcm, bcm2835-vchiq to json-schemas | expand

Commit Message

Stefan Wahren Oct. 31, 2021, 12:08 p.m. UTC
With introduction of SoC specific vchiq compatible in 2018, we kept the
original "brcm,bcm2835-vchiq" as a fallback for older Kernel versions.
Now this fallback isn't necessary anymore. So before we create a DT schema
which also handles this fallback better fix this on the DTS side.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 arch/arm/boot/dts/bcm2836-rpi.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Wahren Nov. 27, 2021, 10:57 a.m. UTC | #1
Am 31.10.21 um 13:08 schrieb Stefan Wahren:
> With introduction of SoC specific vchiq compatible in 2018, we kept the
> original "brcm,bcm2835-vchiq" as a fallback for older Kernel versions.
> Now this fallback isn't necessary anymore. So before we create a DT schema
> which also handles this fallback better fix this on the DTS side.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  arch/arm/boot/dts/bcm2836-rpi.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm2836-rpi.dtsi b/arch/arm/boot/dts/bcm2836-rpi.dtsi
> index c4c858b..f98e0e4 100644
> --- a/arch/arm/boot/dts/bcm2836-rpi.dtsi
> +++ b/arch/arm/boot/dts/bcm2836-rpi.dtsi
> @@ -2,5 +2,5 @@
>  #include "bcm2835-rpi.dtsi"
>  
>  &vchiq {
> -	compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
> +	compatible = "brcm,bcm2836-vchiq";
>  };
gentle ping ...
Nicolas Saenz Julienne Nov. 30, 2021, 12:29 p.m. UTC | #2
On Sat, 2021-11-27 at 11:57 +0100, Stefan Wahren wrote:
> Am 31.10.21 um 13:08 schrieb Stefan Wahren:
> > With introduction of SoC specific vchiq compatible in 2018, we kept the
> > original "brcm,bcm2835-vchiq" as a fallback for older Kernel versions.
> > Now this fallback isn't necessary anymore. So before we create a DT schema
> > which also handles this fallback better fix this on the DTS side.
> > 
> > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> > ---
> >  arch/arm/boot/dts/bcm2836-rpi.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/bcm2836-rpi.dtsi b/arch/arm/boot/dts/bcm2836-rpi.dtsi
> > index c4c858b..f98e0e4 100644
> > --- a/arch/arm/boot/dts/bcm2836-rpi.dtsi
> > +++ b/arch/arm/boot/dts/bcm2836-rpi.dtsi
> > @@ -2,5 +2,5 @@
> >  #include "bcm2835-rpi.dtsi"
> >  
> >  &vchiq {
> > -	compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
> > +	compatible = "brcm,bcm2836-vchiq";
> >  };
> gentle ping ...

Sorry for the wait. :)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/bcm2836-rpi.dtsi b/arch/arm/boot/dts/bcm2836-rpi.dtsi
index c4c858b..f98e0e4 100644
--- a/arch/arm/boot/dts/bcm2836-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2836-rpi.dtsi
@@ -2,5 +2,5 @@ 
 #include "bcm2835-rpi.dtsi"
 
 &vchiq {
-	compatible = "brcm,bcm2836-vchiq", "brcm,bcm2835-vchiq";
+	compatible = "brcm,bcm2836-vchiq";
 };