Message ID | 20250530-apr_14_for_sending-v3-5-83d5744d997c@samsung.com |
---|---|
State | New |
Headers | show |
Series | Add TH1520 GPU support with power sequencing | expand |
On Fri, May 30, 2025 at 12:23:52AM +0200, Michal Wilczynski wrote: > TH1520_RESET_ID_GPU_CLKGEN and TH1520_RESET_ID_GPU are required for GPU > power sequencing to work. To make these symbols available, add the > necessary include for the T-HEAD TH1520 reset controller bindings. > > This change was dropped during conflict resolution [1]. > > [1] - https://lore.kernel.org/all/aAvfn2mq0Ksi8DF2@x1/ > > Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com> > --- > arch/riscv/boot/dts/thead/th1520.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi > index 1db0054c4e093400e9dbebcee5fcfa5b5cae6e32..bdbb1b985b0b76cf669a9bf40c6ec37258329056 100644 > --- a/arch/riscv/boot/dts/thead/th1520.dtsi > +++ b/arch/riscv/boot/dts/thead/th1520.dtsi > @@ -7,6 +7,7 @@ > #include <dt-bindings/interrupt-controller/irq.h> > #include <dt-bindings/clock/thead,th1520-clk-ap.h> > #include <dt-bindings/power/thead,th1520-power.h> > +#include <dt-bindings/reset/thead,th1520-reset.h> > > / { > compatible = "thead,th1520"; > > -- > 2.34.1 > Thanks for adding the header back now that there is no longer a conflict. I'll look at the rest of this series and the rust pwm series soon, but I just want to send a quick Rb on this patch right now. Reviewed-by: Drew Fustini <drew@pdp7.com>
diff --git a/arch/riscv/boot/dts/thead/th1520.dtsi b/arch/riscv/boot/dts/thead/th1520.dtsi index 1db0054c4e093400e9dbebcee5fcfa5b5cae6e32..bdbb1b985b0b76cf669a9bf40c6ec37258329056 100644 --- a/arch/riscv/boot/dts/thead/th1520.dtsi +++ b/arch/riscv/boot/dts/thead/th1520.dtsi @@ -7,6 +7,7 @@ #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/clock/thead,th1520-clk-ap.h> #include <dt-bindings/power/thead,th1520-power.h> +#include <dt-bindings/reset/thead,th1520-reset.h> / { compatible = "thead,th1520";
TH1520_RESET_ID_GPU_CLKGEN and TH1520_RESET_ID_GPU are required for GPU power sequencing to work. To make these symbols available, add the necessary include for the T-HEAD TH1520 reset controller bindings. This change was dropped during conflict resolution [1]. [1] - https://lore.kernel.org/all/aAvfn2mq0Ksi8DF2@x1/ Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com> --- arch/riscv/boot/dts/thead/th1520.dtsi | 1 + 1 file changed, 1 insertion(+)