Skip to content

Commit 07cdeba

Browse files
djiatsaf-stnashif
authored andcommitted
dts: arm: st: add reset control for display peripheral
add reset control registers information (on RCC_BUS_RSTR LTDCRST bit) for display peripheral reset. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent af57912 commit 07cdeba

File tree

11 files changed

+15
-2
lines changed

11 files changed

+15
-2
lines changed

dts/arm/st/f4/stm32f429.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
interrupts = <88 0>, <89 0>;
2626
interrupt-names = "ltdc", "ltdc_er";
2727
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x04000000>;
28+
resets = <&rctl STM32_RESET(APB2, 26U)>;
2829
status = "disabled";
2930
};
3031

dts/arm/st/f7/stm32f746.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
interrupts = <88 0>, <89 0>;
1818
interrupt-names = "ltdc", "ltdc_err";
1919
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x04000000>;
20+
resets = <&rctl STM32_RESET(APB2, 26U)>;
2021
status = "disabled";
2122
};
2223
};

dts/arm/st/f7/stm32f767.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
interrupts = <88 0>, <89 0>;
1919
interrupt-names = "ltdc", "ltdc_err";
2020
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x04000000>;
21+
resets = <&rctl STM32_RESET(APB2, 26U)>;
2122
status = "disabled";
2223
};
2324
};

dts/arm/st/h7/stm32h723.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
interrupts = <88 0>, <89 0>;
8989
interrupt-names = "ltdc", "ltdc_er";
9090
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000008>;
91+
resets = <&rctl STM32_RESET(APB3, 4U)>;
9192
status = "disabled";
9293
};
9394

dts/arm/st/h7/stm32h743.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
interrupts = <88 0>, <89 0>;
5050
interrupt-names = "ltdc", "ltdc_er";
5151
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000008>;
52+
resets = <&rctl STM32_RESET(APB3, 4U)>;
5253
status = "disabled";
5354
};
5455

dts/arm/st/h7/stm32h745.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
interrupts = <88 0>, <89 0>;
4343
interrupt-names = "ltdc", "ltdc_er";
4444
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000008>;
45+
resets = <&rctl STM32_RESET(APB3, 4U)>;
4546
status = "disabled";
4647
};
4748

dts/arm/st/h7/stm32h750.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
interrupts = <88 0>, <89 0>;
5050
interrupt-names = "ltdc", "ltdc_er";
5151
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000008>;
52+
resets = <&rctl STM32_RESET(APB3, 4U)>;
5253
status = "disabled";
5354
};
5455

dts/arm/st/h7/stm32h7a3.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
interrupts = <88 0>, <89 0>;
5353
interrupt-names = "ltdc", "ltdc_er";
5454
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x00000008>;
55+
resets = <&rctl STM32_RESET(APB3, 4U)>;
5556
status = "disabled";
5657
};
5758

dts/arm/st/l4/stm32l4r9.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
reg = <0x40016800 0x200>;
1818
interrupts = <91 0>, <92 0>;
1919
interrupt-names = "ltdc", "ltdc_er";
20-
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x40000000>;
20+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x04000000>;
21+
resets = <&rctl STM32_RESET(APB2, 26U)>;
2122
status = "disabled";
2223
};
2324
};

dts/arm/st/mp1/stm32mp157.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@
395395
interrupts = <88 0>, <89 0>;
396396
interrupt-names = "ltdc", "ltdc_er";
397397
clocks = <&rcc STM32_CLOCK_BUS_APB4 0x00000001>;
398+
resets = <&rctl STM32_RESET(APB4, 26U)>;
398399
status = "disabled";
399400
};
400401
};

0 commit comments

Comments
 (0)