Browse Source

dts: stm32h7: Fix ltdc reset lines

LTDC reset lines where off by 1. Fix it.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
(cherry picked from commit 6f55a32da8)
pull/86110/head
Erwan Gouriou 5 months ago committed by Dan Kalowsky
parent
commit
c1f3c446bc
  1. 2
      dts/arm/st/h7/stm32h723.dtsi
  2. 2
      dts/arm/st/h7/stm32h743.dtsi
  3. 2
      dts/arm/st/h7/stm32h745.dtsi
  4. 2
      dts/arm/st/h7/stm32h7a3.dtsi

2
dts/arm/st/h7/stm32h723.dtsi

@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
interrupts = <88 0>, <89 0>;
interrupt-names = "ltdc", "ltdc_er";
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
resets = <&rctl STM32_RESET(APB3, 4U)>;
resets = <&rctl STM32_RESET(APB3, 3U)>;
status = "disabled";
};

2
dts/arm/st/h7/stm32h743.dtsi

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
interrupts = <88 0>, <89 0>;
interrupt-names = "ltdc", "ltdc_er";
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
resets = <&rctl STM32_RESET(APB3, 4U)>;
resets = <&rctl STM32_RESET(APB3, 3U)>;
status = "disabled";
};

2
dts/arm/st/h7/stm32h745.dtsi

@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
interrupts = <88 0>, <89 0>;
interrupt-names = "ltdc", "ltdc_er";
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
resets = <&rctl STM32_RESET(APB3, 4U)>;
resets = <&rctl STM32_RESET(APB3, 3U)>;
status = "disabled";
};

2
dts/arm/st/h7/stm32h7a3.dtsi

@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
interrupts = <88 0>, <89 0>;
interrupt-names = "ltdc", "ltdc_er";
clocks = <&rcc STM32_CLOCK(APB3, 3U)>;
resets = <&rctl STM32_RESET(APB3, 4U)>;
resets = <&rctl STM32_RESET(APB3, 3U)>;
status = "disabled";
};

Loading…
Cancel
Save