From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8E9DC433F5 for ; Thu, 20 Jan 2022 10:24:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359825AbiATKYN (ORCPT ); Thu, 20 Jan 2022 05:24:13 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:54815 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232937AbiATKYJ (ORCPT ); Thu, 20 Jan 2022 05:24:09 -0500 Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id BA5FFC0008; Thu, 20 Jan 2022 10:24:05 +0000 (UTC) Date: Thu, 20 Jan 2022 11:25:09 +0100 From: Jacopo Mondi To: Geert Uytterhoeven Cc: Jacopo Mondi , Magnus Damm , Laurent Pinchart , Kieran Bingham , Niklas =?utf-8?Q?S=C3=B6derlund?= , Linux-Renesas , Linux Media Mailing List , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Subject: Re: [PATCH v8 4/7] arm64: dts: renesas: condor: Enable MAX9286 Message-ID: <20220120102509.csdcauug6sipnk3m@uno.localdomain> References: <20211216163439.139579-1-jacopo+renesas@jmondi.org> <20211216163439.139579-5-jacopo+renesas@jmondi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Geert, Kieran, On Thu, Jan 20, 2022 at 10:14:34AM +0100, Geert Uytterhoeven wrote: > Hi Jacopo, > > On Thu, Dec 16, 2021 at 5:34 PM Jacopo Mondi wrote: > > Enable the MAX9286 GMSL deserializers on Condor-V3H board. > > > > Connected cameras should be defined in a device-tree overlay or included > > after these definitions. > > > > Signed-off-by: Jacopo Mondi > > Thanks for your patch! > > > --- a/arch/arm64/boot/dts/renesas/r8a77980-condor.dts > > +++ b/arch/arm64/boot/dts/renesas/r8a77980-condor.dts > > @@ -6,6 +6,8 @@ > > * Copyright (C) 2018 Cogent Embedded, Inc. > > */ > > > > +#include > > Already included below. > > > + > > /dts-v1/; > > #include "r8a77980.dtsi" > > #include > > I can fix that while applying, but I'm interested in hearing the answer > to Kieran's question first. I can confirm that without including "gmsl-cameras.dtsi" no media graph is registered. This is expected as the VINs and GSML device nodes are enabled in the .dtsi only #ifdef GMSL_0 &vin0 { status = "okay"; }; &vin1 { status = "okay"; }; &vin2 { status = "okay"; }; &vin3 { status = "okay"; }; &gmsl0 { status = "okay"; ... I think that's the expected behavior, isn't it ? Thanks j > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds