From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Sebastian Reichel <sre@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Alain Volmat <alain.volmat@foss.st.com>,
Ricardo Ribalda <ribalda@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
Michael Riesch <michael.riesch@wolfvision.net>,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 2/2] media: dt-bindings: i2c: use absolute path to other schema
Date: Fri, 1 Mar 2024 10:46:20 +0200 [thread overview]
Message-ID: <20240301084620.GB30104@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20240301084009.3030753-2-alexander.stein@ew.tq-group.com>
Hi Alexander,
Thank you for the patch.
On Fri, Mar 01, 2024 at 09:40:08AM +0100, Alexander Stein wrote:
> Absolute path to other DT schema is preferred over relative one.
>
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> Changes in v3:
> * Squashed patches 2-5 from v2 into a single one
>
> .../devicetree/bindings/media/i2c/galaxycore,gc0308.yaml | 2 +-
> .../devicetree/bindings/media/i2c/galaxycore,gc2145.yaml | 2 +-
> Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml | 2 +-
> Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml b/Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
> index f81e7daed67b6..2bf1a81feaf47 100644
> --- a/Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
> @@ -15,7 +15,7 @@ description: |
> They include an ISP capable of auto exposure and auto white balance.
>
> allOf:
> - - $ref: ../video-interface-devices.yaml#
> + - $ref: /schemas/media/video-interface-devices.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/media/i2c/galaxycore,gc2145.yaml b/Documentation/devicetree/bindings/media/i2c/galaxycore,gc2145.yaml
> index 1726ecca4c77e..9eac588de0bc2 100644
> --- a/Documentation/devicetree/bindings/media/i2c/galaxycore,gc2145.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/galaxycore,gc2145.yaml
> @@ -19,7 +19,7 @@ description:
> either through a parallel interface or through MIPI CSI-2.
>
> allOf:
> - - $ref: ../video-interface-devices.yaml#
> + - $ref: /schemas/media/video-interface-devices.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
> index 60903da84e1f3..0162eec8ca993 100644
> --- a/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
> @@ -16,7 +16,7 @@ description: |
> maximum throughput of 1.2Gbps/lane.
>
> allOf:
> - - $ref: ../video-interface-devices.yaml#
> + - $ref: /schemas/media/video-interface-devices.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
> index 9a00dab2e8a3f..34962c5c70065 100644
> --- a/Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
> @@ -18,7 +18,7 @@ description: |-
> available via CSI-2 serial data output (two or four lanes).
>
> allOf:
> - - $ref: ../video-interface-devices.yaml#
> + - $ref: /schemas/media/video-interface-devices.yaml#
>
> properties:
> compatible:
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2024-03-01 8:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-01 8:40 [PATCH v3 1/2] media: dt-bindings: sony,imx290: Allow props from video-interface-devices Alexander Stein
2024-03-01 8:40 ` [PATCH v3 2/2] media: dt-bindings: i2c: use absolute path to other schema Alexander Stein
2024-03-01 8:46 ` Laurent Pinchart [this message]
2024-03-01 8:49 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240301084620.GB30104@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=alain.volmat@foss.st.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=mchehab@kernel.org \
--cc=michael.riesch@wolfvision.net \
--cc=ribalda@kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox