Skip to content

Commit 6f55a32

Browse files
erwangokartben
authored andcommitted
dts: stm32h7: Fix ltdc reset lines
LTDC reset lines where off by 1. Fix it. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 4cd6654 commit 6f55a32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dts/arm/st/h7/stm32h723.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
interrupts = <88 0>, <89 0>;
9090
interrupt-names = "ltdc", "ltdc_er";
9191
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
92-
resets = <&rctl STM32_RESET(APB3, 4U)>;
92+
resets = <&rctl STM32_RESET(APB3, 3U)>;
9393
status = "disabled";
9494
};
9595

dts/arm/st/h7/stm32h743.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
interrupts = <88 0>, <89 0>;
5050
interrupt-names = "ltdc", "ltdc_er";
5151
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
52-
resets = <&rctl STM32_RESET(APB3, 4U)>;
52+
resets = <&rctl STM32_RESET(APB3, 3U)>;
5353
status = "disabled";
5454
};
5555

dts/arm/st/h7/stm32h745.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
interrupts = <88 0>, <89 0>;
4343
interrupt-names = "ltdc", "ltdc_er";
4444
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
45-
resets = <&rctl STM32_RESET(APB3, 4U)>;
45+
resets = <&rctl STM32_RESET(APB3, 3U)>;
4646
status = "disabled";
4747
};
4848

dts/arm/st/h7/stm32h7a3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
interrupts = <88 0>, <89 0>;
5353
interrupt-names = "ltdc", "ltdc_er";
5454
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
55-
resets = <&rctl STM32_RESET(APB3, 4U)>;
55+
resets = <&rctl STM32_RESET(APB3, 3U)>;
5656
status = "disabled";
5757
};
5858

0 commit comments

Comments
 (0)