Hi, Le Sat 13 Jun 26, 15:41, sashiko-bot@kernel.org a écrit : > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: > - [Low] The `csi0` node introduces the `interconnects` and `interconnect-names` properties, but these are not defined in the corresponding dt-binding schema `allwinner,sun6i-a31-csi.yaml`. > -- > > commit 6348731e0b0149fecdb9ccb7d05f8577710a1724 > Author: Paul Kocialkowski > > ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support > > This commit adds MIPI CSI-2 support for the V3s SoC by introducing nodes > for CSI0, the MIPI CSI-2 bridge, and the D-PHY. The CSI0 node includes > interconnect properties to inherit the proper DMA offsets. > > > diff --git a/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi b/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > > index 02d6c62b3874e..03a1739683b16 100644 > > --- a/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > > +++ b/arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi > [ ... ] > > @@ -671,6 +671,79 @@ gic: interrupt-controller@1c81000 { > > interrupts = ; > > }; > > > > + csi0: camera@1cb0000 { > > + compatible = "allwinner,sun8i-v3s-csi"; > > + reg = <0x01cb0000 0x1000>; > > + interrupts = ; > > + clocks = <&ccu CLK_BUS_CSI>, > > + <&ccu CLK_CSI_SCLK>, > > + <&ccu CLK_DRAM_CSI>; > > + clock-names = "bus", "mod", "ram"; > > + resets = <&ccu RST_BUS_CSI>; > > + interconnects = <&mbus 5>; > > + interconnect-names = "dma-mem"; > > [Severity: Low] > Will adding these properties cause a dtbs_check validation warning? > > The interconnects and interconnect-names properties do not appear to be > defined in the corresponding dt-binding schema at > Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml. Patches to enable said properties in the binding were accepted already. All the best, Paul > Because that schema enforces additionalProperties: false, introducing > undocumented properties here might result in a validation failure. Should > the schema be updated alongside this patch to allow these interconnect > properties? > > > + status = "disabled"; > > + > [ ... ] > > -- > Sashiko AI review · https://sashiko.dev/#/patchset/20260613152655.212490-1-paulk@sys-base.io?part=5 -- Paul Kocialkowski, Independent contractor - sys-base - https://www.sys-base.io/ Free software developer - https://www.paulk.fr/ Expert in multimedia, graphics and embedded hardware support with Linux.