From d53abb541e49455b88445471297cf4c682cee445 Mon Sep 17 00:00:00 2001 From: max_chen Date: Thu, 17 Apr 2025 22:59:01 +0800 Subject: [PATCH] ARM:dts:SAMA7D65: Fix the incorrect ranges address setting for flexcom9. According to the SAMA7D65 SPEC, page 46, the starting address of FLEXCOM9 is 0xE2820000. Incorrect configuration can cause the device to malfunction or even result in unpredictable behavior. --- 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 c1153eb4708da..4008038011de4 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -1167,7 +1167,7 @@ clocks = <&pmc PMC_TYPE_PERIPHERAL 43>; #address-cells = <1>; #size-cells = <1>; - ranges = <0x0 0xe281c000 0x800>; + ranges = <0x0 0xe2820000 0x800>; status = "disabled"; i2c9: i2c@600 {