Message ID | 2167992.Mh6RI2rZIc@phil (mailing list archive) |
---|---|
State | Accepted |
Commit | a8eddbe354b491608e614344c05cdcf019b34fd2 |
Headers | show |
Series | [GIT,PULL] Rockchip dts32 changes for 6.6 #1 | expand |
Am Montag, 16. Oktober 2023, 23:24:15 CEST schrieb Heiko Stuebner: please ignore this mail. The numbering is wrong and I've send a new correct pull request. Thanks Heiko > The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: > > Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts32-1 > > for you to fetch changes up to c96b13d7c0e494e1072648301e61e13a2a85a362: > > ARM: dts: rockchip: Switch to operating-points-v2 for RK3128's CPU (2023-10-04 23:27:04 +0200) > > ---------------------------------------------------------------- > Someone resurrected a rk3128 board and provided actual SMP support > for it. Of course firmware for that SoC does not come with TF-A so > it's the old-style SMP the older arm32 Rockchip SoCs use. > > And additionally the rv1126 got pwm support. > > ---------------------------------------------------------------- > Alex Bee (4): > ARM: dts: rockchip: Add SRAM node for RK3128 > ARM: dts: rockchip: Add CPU resets for RK3128 > ARM: dts: rockchip: Enable SMP bring-up for RK3128 > ARM: dts: rockchip: Switch to operating-points-v2 for RK3128's CPU > > Jagan Teki (6): > dt-bindings: pwm: rockchip: Document rv1126-pwm > ARM: dts: rockchip: Add pwm2m0 pins to rv1126 > ARM: dts: rockchip: Add pwm2 node to rv1126 > ARM: dts: rockchip: Add pwm11m0 pins to rv1126 > ARM: dts: rockchip: Add pwm11 node to rv1126 > ARM: dts: rockchip: Enable pwm fan for edgeble-neu2 > > .../devicetree/bindings/pwm/pwm-rockchip.yaml | 1 + > arch/arm/boot/dts/rockchip/rk3128.dtsi | 61 ++++++++++++++++++++-- > .../boot/dts/rockchip/rv1126-edgeble-neu2-io.dts | 4 ++ > arch/arm/boot/dts/rockchip/rv1126-pinctrl.dtsi | 16 ++++++ > arch/arm/boot/dts/rockchip/rv1126.dtsi | 22 ++++++++ > 5 files changed, 100 insertions(+), 4 deletions(-) >
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 16 Oct 2023 23:24:15 +0200 you wrote: > The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: > > Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts32-1 > > [...] Here is the summary with links: - [GIT,PULL] Rockchip dts32 changes for 6.6 #1 https://git.kernel.org/soc/soc/c/a8eddbe354b4 You are awesome, thank you!