]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: microchip: sama7d65: fix the ranges property for flx9
authorHari Prasath Gujulan Elango <hari.prasathge@microchip.com>
Fri, 2 Jan 2026 17:01:30 +0000 (18:01 +0100)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Thu, 8 Jan 2026 07:31:55 +0000 (09:31 +0200)
Update the ranges property for the flexcom9 as per the datasheet and
align with the reg property.

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

index cd2cf9a6f40b86b42381f73be174b2373bb77071..5f3a7b178aa70b3e7b79a4a4271f6e92f8feaa42 100644 (file)
                flx9: flexcom@e2820000 {
                        compatible = "microchip,sama7d65-flexcom", "atmel,sama5d2-flexcom";
                        reg = <0xe2820000 0x200>;
-                       ranges = <0x0 0xe281c000 0x800>;
+                       ranges = <0x0 0xe2820000 0x800>;
                        clocks = <&pmc PMC_TYPE_PERIPHERAL 43>;
                        #address-cells = <1>;
                        #size-cells = <1>;