Skip to content

Commit 1b136de

Browse files
Michal Wilczynskitt-fustini
authored andcommitted
riscv: dts: thead: Introduce reset controller node
T-HEAD TH1520 SoC requires to put the GPU out of the reset state as part of the power-up sequence. Link: https://lore.kernel.org/linux-riscv/[email protected]/ Reviewed-by: Drew Fustini <[email protected]> Signed-off-by: Michal Wilczynski <[email protected]> [drew: remove hunk that included thead,th1520-reset.h] Signed-off-by: Drew Fustini <[email protected]>
1 parent 2bae46e commit 1b136de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/riscv/boot/dts/thead/th1520.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@
497497
#clock-cells = <1>;
498498
};
499499

500+
rst: reset-controller@ffef528000 {
501+
compatible = "thead,th1520-reset";
502+
reg = <0xff 0xef528000 0x0 0x4f>;
503+
#reset-cells = <1>;
504+
};
505+
500506
dmac0: dma-controller@ffefc00000 {
501507
compatible = "snps,axi-dma-1.01a";
502508
reg = <0xff 0xefc00000 0x0 0x1000>;

0 commit comments

Comments
 (0)