lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175250104225.2052826.8188127494648542129.robh@kernel.org>
Date: Mon, 14 Jul 2025 10:24:34 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Yemike Abhilash Chandra <y-abhilashchandra@...com>
Cc: conor+dt@...nel.org, devicetree@...r.kernel.org, nm@...com, 
 vigneshr@...com, imx@...ts.linux.dev, linux-kernel@...r.kernel.org, 
 krzk+dt@...nel.org, kristo@...nel.org, vaishnav.a@...com, 
 linux-arm-kernel@...ts.infradead.org, u-kumar1@...com
Subject: Re: [PATCH 0/7] Add Interrupts property for CDNS CSI2RX


On Mon, 14 Jul 2025 14:57:01 +0530, Yemike Abhilash Chandra wrote:
> The driver patch that adds support for error detection on the
> Cadence CSI2RX by enabling its interrupt lines was recently
> picked up [0].
> 
> Accordingly, this patch adds the required interrupts property
> to the Cadence CSI2RX device tree nodes.
> 
> Test logs:
> (To validate the complete functionality, CRC errors were
> intentionally generated by modifying the sensor overlay)
> 
> AM68: https://gist.github.com/Yemike-Abhilash-Chandra/123fed82e798a76944ec23f8e46d1114
> AM69: https://gist.github.com/Yemike-Abhilash-Chandra/1820e39888cb50e250a83e2d059365f6
> J721E: https://gist.github.com/Yemike-Abhilash-Chandra/63f993a995fd6a12cb113454952c063f
> J722S: https://gist.github.com/Yemike-Abhilash-Chandra/2144fc8ab2f7bcdb3ef868e85424467d
> J721S2: https://gist.github.com/Yemike-Abhilash-Chandra/f46587ec1ef72671ee31803dd93434b4
> J784S4: https://gist.github.com/Yemike-Abhilash-Chandra/0c594683772f11c70bccb508757e9799
> 
> Driver and Binding patch series: https://lore.kernel.org/all/20250416121938.346435-1-y-abhilashchandra@ti.com/
> 
> [0]: https://lore.kernel.org/all/aG9tuMFOnvwXkcE-@valkosipuli.retiisi.eu/
> 
> Yemike Abhilash Chandra (7):
>   arm64: dts: ti: k3-j721s2-main: Add interrupts property
>   arm64: dts: ti: k3-j721e-main: Add interrupts property
>   arm64: dts: ti: k3-j784s4-j742s2-main-common: Add interrupts property
>   arm64: dts: ti: k3-am62p-j722s-common-main: Add interrupts property
>   arm64: dts: ti: k3-j722s-main: Add interrupts property
>   arm64: dts: ti: k3-am62-main: Add interrupts property
>   arm64: dts: ti: k3-am62a-main: Add interrupts property
> 
>  arch/arm64/boot/dts/ti/k3-am62-main.dtsi                 | 3 +++
>  arch/arm64/boot/dts/ti/k3-am62a-main.dtsi                | 3 +++
>  arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi   | 3 +++
>  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi                | 6 ++++++
>  arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi               | 6 ++++++
>  arch/arm64/boot/dts/ti/k3-j722s-main.dtsi                | 9 +++++++++
>  arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi | 9 +++++++++
>  7 files changed, 39 insertions(+)
> 
> --
> 2.34.1
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


This patch series was applied (using b4) to base:
 Base: attempting to guess base-commit...
 Base: tags/v6.16-rc1-21-g3b08f8a34a20 (exact match)

If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)

New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/ti/' for 20250714092708.3944641-1-y-abhilashchandra@...com:

arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-dev.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-dev.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-dahlia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-dahlia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-mallow.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-mallow.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-yavia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-yavia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-ivy.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-ivy.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-ivy.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-ivy.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j742s2-evm.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j742s2-evm.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j742s2-evm.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j742s2-evm.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j742s2-evm.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j742s2-evm.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-dahlia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-dahlia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-sk.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-sk.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62-pocketbeagle2.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62-pocketbeagle2.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-mallow.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-mallow.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-phyboard-lyra-rdk.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-phyboard-lyra-rdk.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62a7-sk.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-mallow.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-mallow.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-dev.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-dev.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-dahlia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-dahlia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: ticsi2rx@...22000 (ti,j721e-csi2rx-shim): csi-bridge@...21000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: csi-bridge@...21000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: ticsi2rx@...42000 (ti,j721e-csi2rx-shim): csi-bridge@...41000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: csi-bridge@...41000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: ticsi2rx@...62000 (ti,j721e-csi2rx-shim): csi-bridge@...61000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j722s-evm.dtb: csi-bridge@...61000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-dev.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-dev.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-ivy.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-ivy.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am69-sk.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62-lp-sk.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62-lp-sk.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-dahlia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-dahlia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-yavia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-wifi-yavia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am68-phyboard-izar.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am68-phyboard-izar.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am68-phyboard-izar.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am68-phyboard-izar.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-yavia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-nonwifi-yavia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-mallow.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-mallow.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: ticsi2rx@...22000 (ti,j721e-csi2rx-shim): csi-bridge@...21000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: csi-bridge@...21000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: ticsi2rx@...42000 (ti,j721e-csi2rx-shim): csi-bridge@...41000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: csi-bridge@...41000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: ticsi2rx@...62000 (ti,j721e-csi2rx-shim): csi-bridge@...61000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am67a-beagley-ai.dtb: csi-bridge@...61000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-yavia.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-yavia.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j784s4-evm.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j784s4-evm.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j784s4-evm.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j784s4-evm.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j784s4-evm.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j784s4-evm.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-sk.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-sk.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-ivy.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-ivy.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-dev.dtb: ticsi2rx@...02000 (ti,j721e-csi2rx-shim): csi-bridge@...01000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-am62p5-verdin-wifi-dev.dtb: csi-bridge@...01000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721e-sk.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721e-sk.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#
arch/arm64/boot/dts/ti/k3-j721e-sk.dtb: ticsi2rx@...0000 (ti,j721e-csi2rx-shim): csi-bridge@...4000: 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/ti,j721e-csi2rx-shim.yaml#
arch/arm64/boot/dts/ti/k3-j721e-sk.dtb: csi-bridge@...4000 (ti,j721e-csi2rx): 'interrupt-names', 'interrupts' do not match any of the regexes: '^pinctrl-[0-9]+$'
	from schema $id: http://devicetree.org/schemas/media/cdns,csi2rx.yaml#






Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ