mbox series

[GIT,PULL] RISC-V Devicetree fixes for v6.7-rc4

Message ID 20231130-maternity-majestic-dd29f0170050@spud (mailing list archive)
State Accepted
Commit 437c99c2562717b457ca44ac5df2a007664ea790
Headers show
Series [GIT,PULL] RISC-V Devicetree fixes for v6.7-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-dt-fixes-for-v6.7-rc4

Message

Conor Dooley Nov. 30, 2023, 11:54 a.m. UTC
Hey Arnd,

There's barely anything here, but it was annoying me seeing the
dtbs_check issues in mainline so I figured I'd send a PR anyway.

Cheers,
Conor.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-dt-fixes-for-v6.7-rc4

for you to fetch changes up to 79997eda0d31bc68203c95ecb978773ee6ce7a1f:

  riscv: dts: microchip: move timebase-frequency to mpfs.dtsi (2023-11-26 11:44:51 +0000)

----------------------------------------------------------------
RISC-V Devicetree fixes for v6.7-rc4

Two fixes, both rather minor. The first fixes some dtbs_check warnings
introduced after an update to the bindings, that returns the
architecture to being clean of dtbs_check issues. The second relocates
a soc-specific property to the appropriate location in $soc.dtsi, and
hopefully avoids the same mistake being copy-pasted into more
devicetrees.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

----------------------------------------------------------------
Conor Dooley (2):
      riscv: dts: sophgo: remove address-cells from intc node
      riscv: dts: microchip: move timebase-frequency to mpfs.dtsi

 arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dts | 7 -------
 arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts | 7 -------
 arch/riscv/boot/dts/microchip/mpfs-polarberry.dts | 7 -------
 arch/riscv/boot/dts/microchip/mpfs-sev-kit.dts    | 7 -------
 arch/riscv/boot/dts/microchip/mpfs-tysom-m.dts    | 7 -------
 arch/riscv/boot/dts/microchip/mpfs.dtsi           | 1 +
 arch/riscv/boot/dts/sophgo/cv1800b.dtsi           | 1 -
 7 files changed, 1 insertion(+), 36 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 6, 2023, 4:19 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 30 Nov 2023 11:54:43 +0000 you wrote:
> Hey Arnd,
> 
> There's barely anything here, but it was annoying me seeing the
> dtbs_check issues in mainline so I figured I'd send a PR anyway.
> 
> Cheers,
> Conor.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] RISC-V Devicetree fixes for v6.7-rc4
    https://git.kernel.org/soc/soc/c/437c99c25627

You are awesome, thank you!