diff mbox series

[1/2] arm64: dts: renesas: aistarvision-mipi-adapter-2.1: Fix CSI40 ports

Message ID 20210421150221.3202955-2-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State Mainlined
Commit 084c85ce40d9962004efc9a185aca0fff7a4ba38
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: dts: renesas: Fix CSI-2 validation errors | expand

Commit Message

Niklas Söderlund April 21, 2021, 3:02 p.m. UTC
Fix the DTS schema by explicitly stating that the input is port@0. This
fixes a schema validation error but have no runtime effect as the
default port number is 0 if not specified.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Geert Uytterhoeven April 25, 2021, 6:48 p.m. UTC | #1
On Wed, Apr 21, 2021 at 5:02 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Fix the DTS schema by explicitly stating that the input is port@0. This
> fixes a schema validation error but have no runtime effect as the
> default port number is 0 if not specified.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.13.

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
Laurent Pinchart April 27, 2021, 12:20 a.m. UTC | #2
Hi Niklas,

Thank you for the patch.

On Wed, Apr 21, 2021 at 05:02:20PM +0200, Niklas Söderlund wrote:
> Fix the DTS schema by explicitly stating that the input is port@0. This
> fixes a schema validation error but have no runtime effect as the
> default port number is 0 if not specified.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts b/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts
> index e7b4a929bb174840..2e3d1981cac48144 100644
> --- a/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts
> +++ b/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts
> @@ -33,7 +33,7 @@ &csi40 {
>  	status = "okay";
>  
>  	ports {
> -		port {
> +		port@0 {
>  			csi40_in: endpoint {
>  				clock-lanes = <0>;
>  				data-lanes = <1 2>;
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts b/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts
index e7b4a929bb174840..2e3d1981cac48144 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts
+++ b/arch/arm64/boot/dts/renesas/r8a774c0-ek874-mipi-2.1.dts
@@ -33,7 +33,7 @@  &csi40 {
 	status = "okay";
 
 	ports {
-		port {
+		port@0 {
 			csi40_in: endpoint {
 				clock-lanes = <0>;
 				data-lanes = <1 2>;