[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260102170135.70717-2-nicolas.ferre@microchip.com>
Date: Fri, 2 Jan 2026 18:01:30 +0100
From: <nicolas.ferre@...rochip.com>
To: <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>
CC: Alexandre Belloni <alexandre.belloni@...tlin.com>, Claudiu Beznea
<claudiu.beznea@...on.dev>, Balamanikandan Gunasundar
<balamanikandan.gunasundar@...rochip.com>, Ryan Wanner
<ryan.wanner@...rochip.com>, Conor Dooley <conor.dooley@...rochip.com>, "Hari
Prasath Gujulan Elango" <hari.prasathge@...rochip.com>,
<stable@...r.kernel.org>
Subject: [PATCH 1/5] ARM: dts: microchip: sama7d65: fix the ranges property for flx9
From: Hari Prasath Gujulan Elango <hari.prasathge@...rochip.com>
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@...r.kernel.org> # 6.16+
Signed-off-by: Hari Prasath Gujulan Elango <hari.prasathge@...rochip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
---
Note: Hari's email address will bounce. Change to whichever suits you.
arch/arm/boot/dts/microchip/sama7d65.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi
index cd2cf9a6f40b..5f3a7b178aa7 100644
--- a/arch/arm/boot/dts/microchip/sama7d65.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi
@@ -676,7 +676,7 @@ i2c8: i2c@600 {
flx9: flexcom@...20000 {
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>;
--
2.43.0
Powered by blists - more mailing lists