Message ID | 20210315163028.173148-5-jacopo+renesas@jmondi.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: renesas: Enable GMSL on R8A77970 V3M Eagle | expand |
Hi Jacopo, Thank you for the patch. On Mon, Mar 15, 2021 at 05:30:28PM +0100, Jacopo Mondi wrote: > From: Kieran Bingham <kieran.bingham@ideasonboard.com> > > Include the eagle-gmsl.dtsi to enable GMSL camera support on the > Eagle-V3M platform. > > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> > --- > arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > index d2f63cccc238..555070aae03d 100644 > --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts > @@ -404,3 +404,6 @@ &scif0 { > > status = "okay"; > }; > + > +/* FAKRA Overlay */ > +#include "eagle-gmsl.dtsi" Not everybody has cameras connected to the Eagle board though. Now that the kernel is gaining support for compiling DT overlays (https://lore.kernel.org/lkml/cover.1615354376.git.viresh.kumar@linaro.org/), I wonder if this is something that could be handled using overlays.
diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts index d2f63cccc238..555070aae03d 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -404,3 +404,6 @@ &scif0 { status = "okay"; }; + +/* FAKRA Overlay */ +#include "eagle-gmsl.dtsi"