* [GIT PULL] Rockchip dts fixes for 6.7
@ 2023-12-07 20:41 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2023-12-07 20:41 UTC (permalink / raw)
To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel
Hi Arnd, Kevin, Olof,
please find a below a collection of fixes for the current release 6.7
cycle.
Please pull
Thanks
Heiko
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dtsfixes1
for you to fetch changes up to 37f3d6108730713c411827ab4af764909f4dfc78:
arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (2023-12-06 10:38:03 +0100)
----------------------------------------------------------------
Devicetree fixes for the 6.7-cycle.
All over the place this time. From adapting the size of the vdec nodes
on rk3328 and rk3399, fixing some wrong pinctrl settings on rk3128 and
the Turing RK1 board, emmc-settings fixes on rk3588 and interrupt-name
mishaps, down to some dt-cleanups.
Also this adds the missing rockchip,rk3588-pmugrf compatible to the soc
grf binding, that I somehow messed up during the pull requests for the
-rc1 . At least with it included the dt-checker is happier.
----------------------------------------------------------------
Alex Bee (2):
arm64: dts: rockchip: Expand reg size of vdec node for RK3399
ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
Heiko Stuebner (2):
arm64: dts: rockchip: fix rk356x pcie msg interrupt name
arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi
Jonas Karlman (1):
arm64: dts: rockchip: Expand reg size of vdec node for RK3328
Krzysztof Kozlowski (2):
ARM: dts: rockchip: minor whitespace cleanup around '='
arm64: dts: rockchip: minor whitespace cleanup around '='
Rob Herring (1):
arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
Sam Edwards (2):
arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588
Sascha Hauer (1):
dt-bindings: soc: rockchip: grf: add rockchip,rk3588-pmugrf
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
arch/arm/boot/dts/rockchip/rk3128.dtsi | 2 +-
arch/arm/boot/dts/rockchip/rk322x.dtsi | 6 +++---
arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 3 +--
arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 ++++--
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 4 ++--
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 1 -
14 files changed, 20 insertions(+), 18 deletions(-)
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Rockchip dts fixes for 6.7
@ 2023-12-07 20:41 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2023-12-07 20:41 UTC (permalink / raw)
To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel
Hi Arnd, Kevin, Olof,
please find a below a collection of fixes for the current release 6.7
cycle.
Please pull
Thanks
Heiko
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dtsfixes1
for you to fetch changes up to 37f3d6108730713c411827ab4af764909f4dfc78:
arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (2023-12-06 10:38:03 +0100)
----------------------------------------------------------------
Devicetree fixes for the 6.7-cycle.
All over the place this time. From adapting the size of the vdec nodes
on rk3328 and rk3399, fixing some wrong pinctrl settings on rk3128 and
the Turing RK1 board, emmc-settings fixes on rk3588 and interrupt-name
mishaps, down to some dt-cleanups.
Also this adds the missing rockchip,rk3588-pmugrf compatible to the soc
grf binding, that I somehow messed up during the pull requests for the
-rc1 . At least with it included the dt-checker is happier.
----------------------------------------------------------------
Alex Bee (2):
arm64: dts: rockchip: Expand reg size of vdec node for RK3399
ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
Heiko Stuebner (2):
arm64: dts: rockchip: fix rk356x pcie msg interrupt name
arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi
Jonas Karlman (1):
arm64: dts: rockchip: Expand reg size of vdec node for RK3328
Krzysztof Kozlowski (2):
ARM: dts: rockchip: minor whitespace cleanup around '='
arm64: dts: rockchip: minor whitespace cleanup around '='
Rob Herring (1):
arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
Sam Edwards (2):
arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588
Sascha Hauer (1):
dt-bindings: soc: rockchip: grf: add rockchip,rk3588-pmugrf
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
arch/arm/boot/dts/rockchip/rk3128.dtsi | 2 +-
arch/arm/boot/dts/rockchip/rk322x.dtsi | 6 +++---
arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 3 +--
arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 ++++--
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 4 ++--
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 1 -
14 files changed, 20 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Rockchip dts fixes for 6.7
@ 2023-12-07 20:41 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2023-12-07 20:41 UTC (permalink / raw)
To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel
Hi Arnd, Kevin, Olof,
please find a below a collection of fixes for the current release 6.7
cycle.
Please pull
Thanks
Heiko
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dtsfixes1
for you to fetch changes up to 37f3d6108730713c411827ab4af764909f4dfc78:
arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 (2023-12-06 10:38:03 +0100)
----------------------------------------------------------------
Devicetree fixes for the 6.7-cycle.
All over the place this time. From adapting the size of the vdec nodes
on rk3328 and rk3399, fixing some wrong pinctrl settings on rk3128 and
the Turing RK1 board, emmc-settings fixes on rk3588 and interrupt-name
mishaps, down to some dt-cleanups.
Also this adds the missing rockchip,rk3588-pmugrf compatible to the soc
grf binding, that I somehow messed up during the pull requests for the
-rc1 . At least with it included the dt-checker is happier.
----------------------------------------------------------------
Alex Bee (2):
arm64: dts: rockchip: Expand reg size of vdec node for RK3399
ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128
Heiko Stuebner (2):
arm64: dts: rockchip: fix rk356x pcie msg interrupt name
arm64: dts: rockchip: drop interrupt-names property from rk3588s dfi
Jonas Karlman (1):
arm64: dts: rockchip: Expand reg size of vdec node for RK3328
Krzysztof Kozlowski (2):
ARM: dts: rockchip: minor whitespace cleanup around '='
arm64: dts: rockchip: minor whitespace cleanup around '='
Rob Herring (1):
arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru
Sam Edwards (2):
arm64: dts: rockchip: Fix Turing RK1 interrupt pinctrls
arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588
Sascha Hauer (1):
dt-bindings: soc: rockchip: grf: add rockchip,rk3588-pmugrf
Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
arch/arm/boot/dts/rockchip/rk3128.dtsi | 2 +-
arch/arm/boot/dts/rockchip/rk322x.dtsi | 6 +++---
arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 3 +--
arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 ++++--
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi | 4 ++--
arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 1 -
14 files changed, 20 insertions(+), 18 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Rockchip dts fixes for 6.7
2023-12-07 20:41 ` Heiko Stuebner
(?)
(?)
@ 2023-12-08 9:00 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2023-12-08 9:00 UTC (permalink / raw)
To: Heiko Stuebner; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:
On Thu, 07 Dec 2023 21:41:37 +0100 you wrote:
> Hi Arnd, Kevin, Olof,
>
> please find a below a collection of fixes for the current release 6.7
> cycle.
>
> Please pull
>
> [...]
Here is the summary with links:
- [GIT,PULL] Rockchip dts fixes for 6.7
https://git.kernel.org/soc/soc/c/fd1e5745f87a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-08 9:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 20:41 [GIT PULL] Rockchip dts fixes for 6.7 Heiko Stuebner
2023-12-07 20:41 ` Heiko Stuebner
2023-12-07 20:41 ` Heiko Stuebner
2023-12-08 9:00 ` patchwork-bot+linux-soc
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.