]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: microchip: sama7d65: fix size-cells property for i2c3
authorNicolas Ferre <nicolas.ferre@microchip.com>
Fri, 2 Jan 2026 17:01:31 +0000 (18:01 +0100)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Thu, 8 Jan 2026 07:31:55 +0000 (09:31 +0200)
Fix the #size-cells property for i2c3 node and remove the dtbs_check
error telling that "#size-cells: 0 was expected" from schema
atmel,at91sam-i2c.yaml and i2c-controller.yaml.

Fixes: b51e4aea3ecf ("ARM: dts: microchip: sama7d65: Add FLEXCOMs to sama7d65 SoC")
Cc: stable@vger.kernel.org # 6.16+
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20260102170135.70717-3-nicolas.ferre@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/sama7d65.dtsi

index 5f3a7b178aa70b3e7b79a4a4271f6e92f8feaa42..868045c650a733ba8376a811a37e3fb696f105ca 100644 (file)
                                interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&pmc PMC_TYPE_PERIPHERAL 37>;
                                #address-cells = <1>;
-                               #size-cells = <1>;
+                               #size-cells = <0>;
                                dmas = <&dma0 AT91_XDMAC_DT_PERID(12)>,
                                       <&dma0 AT91_XDMAC_DT_PERID(11)>;
                                dma-names = "tx", "rx";