summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorHari Prasath Gujulan Elango <hari.prasathge@microchip.com>2026-01-02 18:01:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-30 10:32:14 +0100
commit5f403d64af721ddb7c4ede6981583c14503f44b0 (patch)
treeb286190fd91e8ea543c269e3fa947e90b133e67a /arch/arm
parentcd3c1f823e213eee335c62513dda4c468c9d6e79 (diff)
downloadlinux-5f403d64af721ddb7c4ede6981583c14503f44b0.tar.gz
linux-5f403d64af721ddb7c4ede6981583c14503f44b0.tar.bz2
linux-5f403d64af721ddb7c4ede6981583c14503f44b0.zip
ARM: dts: microchip: sama7d65: fix the ranges property for flx9
commit aabc977aa472ccf756372ae594d890022c19c9c8 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/microchip/sama7d65.dtsi2
1 files changed, 1 insertions, 1 deletions
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 @@
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>;