Message ID | 20230724065158.925-1-walker.chen@starfivetech.com |
---|---|
Headers | show |
Series | Add dma and tdm nodes for StarFive JH7110 SOC | expand |
On Wed, 26 Jul 2023 17:21:39 +0100, Conor Dooley wrote: > From: Conor Dooley <conor.dooley@microchip.com> > > On Mon, 24 Jul 2023 14:51:56 +0800, Walker Chen wrote: >> These patches add dma and tdm nodes for the StarFive JH7110 SoC, they >> are based on linux-next. I have tested them on the VisionFive2 board. >> Thanks. >> >> Best regards, >> Walker >> >> [...] > > Applied to riscv-dt-for-next, thanks! > > [1/2] riscv: dts: starfive: jh7110: add dma controller node > https://git.kernel.org/conor/c/ac73c09716c3 > [2/2] riscv: dts: starfive: jh7110: add the node and pins configuration for tdm > https://git.kernel.org/conor/c/e7c304c0346d Hi, Conor, You had deleted the `status = "okay";` of usb0 by mistake in this commit. &usb0 { dr_mode = "peripheral"; - status = "okay"; }; Could you please help fix it? Best regards, Hal