[GIT PULL] RISC-V Sophgo Devicetrees for v6.15
Arnd Bergmann
arnd at arndb.de
Fri Mar 14 15:05:23 PDT 2025
On Tue, Mar 11, 2025, at 08:15, Chen Wang wrote:
> Hey Arnd,
>
> Please pull dt changes for RISC-V/Sophgo.
>
> Please note that in the commits I submitted, I merged a branch ib-sophgo
> from Linus Walleij (see [1]). because pinctrl's dts patch depends on it.
>
> So among total 13 commits, the following 5 patches are the actual
> patches to be submitted in this PR, others are merged from the branch
> ib-sophgo.
>
> 5277657d5383 riscv: dts: sophgo: sg2042: add pinctrl support
> f047a9285f9f riscv: sophgo: dts: add cooling maps for Milk-V Pioneer
> 62cdf0a06dd5 riscv: sophgo: dts: add pwm-fan for Milk-V Pioneer
> 8630ed6f2adc MAINTAINERS: update info for SOPHGO DEVICETREES and DRIVERS
> 255f83ba5c16 riscv: sophgo: dts: add pwm controller for SG2042 SoC
>
> I'm not sure if this is ok for you, any questions, please feel free let
> me know.
Sorry, I can't take it this way in the soc/dt branch, since I want
to have only devicetree changes in that.
Normally there should not be any dependencies because you
the device tree is meant to remain compatible, so anything
that worked before the changes should keep working after
them.
Are you actually doing incompatible changes here, or is this
just about the DT binding?
> Documentation/devicetree/bindings/pinctrl/sophgo,sg2042-pinctrl.yaml |
> 129 +++++++++++
> MAINTAINERS | 4 +-
> arch/riscv/boot/dts/sophgo/sg2042-milkv-pioneer.dts |
> 108 +++++++++
> arch/riscv/boot/dts/sophgo/sg2042.dtsi |
> 15 ++
> drivers/pinctrl/sophgo/Kconfig |
> 46 +++-
> drivers/pinctrl/sophgo/Makefile | 8 +-
> drivers/pinctrl/sophgo/pinctrl-cv1800b.c |
> 27 ++-
> drivers/pinctrl/sophgo/pinctrl-cv1812h.c |
> 27 ++-
> drivers/pinctrl/sophgo/pinctrl-cv18xx.c |
> 602 ++++++++++++--------------------------------------
You have overly long lines here, probably from copy-pasting the pull
request from a shell in a wider window. To fix this part, you can pipe
the output of 'git request-pull' into another command, e.g. 'xclip'
or simply 'cat'.
Arnd
More information about the linux-riscv
mailing list