Commit aabc977a authored by Hari Prasath Gujulan Elango's avatar Hari Prasath Gujulan Elango Committed by Claudiu Beznea
Browse files

ARM: dts: microchip: sama7d65: fix the ranges property for flx9



Update the ranges property for the flexcom9 as per the datasheet and
align with the reg property.

Fixes: b51e4aea ("ARM: dts: microchip: sama7d65: Add FLEXCOMs to sama7d65 SoC")
Cc: stable@vger.kernel.org # 6.16+
Signed-off-by: default avatarHari Prasath Gujulan Elango <hari.prasathge@microchip.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20260102170135.70717-2-nicolas.ferre@microchip.com


Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent d1a6f125
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -676,7 +676,7 @@ i2c8: i2c@600 {
		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>;