]> Git Repo - J-linux.git/commitdiff
Merge tag 'v6.13-rockchip-dts64-2' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <[email protected]>
Tue, 12 Nov 2024 22:02:17 +0000 (23:02 +0100)
committerArnd Bergmann <[email protected]>
Tue, 12 Nov 2024 22:02:17 +0000 (23:02 +0100)
More new boards: Rock-5C, Banana Pi P2 Pro

HDMI output enabled on a huge number of rk3588 boards, now that we
have the ability to do that.

A new RK356x variant - the RK3566T (with lower max-frequencies). The
variant was already in use on some boards which then encoded those OPP
differences in the board files itself. This moves this to saner place.

Fixed-regulator nowadays has a preferred node-naming scheme set in the
binding and we had accumulated a number of different styles over time.
A change brings all of them in line for arm64 dts files.

* tag 'v6.13-rockchip-dts64-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: (24 commits)
  arm64: dts: rockchip: use less broad pinctrl for pcie3x1 on Radxa E25
  arm64: dts: rockchip: add Radxa ROCK 5C
  dt-bindings: arm: rockchip: add Radxa ROCK 5C
  arm64: dts: rockchip: orangepi-5-plus: Enable GPU
  arm64: dts: rockchip: enable USB3 on NanoPC-T6
  arm64: dts: rockchip: adapt regulator nodenames to preferred form
  arm64: dts: rockchip: Enable HDMI display for rk3588 Cool Pi GenBook
  arm64: dts: rockchip: Enable HDMI display for rk3588 Cool Pi 4B
  arm64: dts: rockchip: Enable HDMI0 for rk3588 Cool Pi CM5 EVB
  arm64: dts: rockchip: Enable HDMI on NanoPi R6C/R6S
  arm64: dts: rockchip: Enable GPU on NanoPi R6C/R6S
  arm64: dts: rockchip: Enable HDMI on Hardkernel ODROID-M2
  arm64: dts: rockchip: Remove non-removable flag from sdmmc on rk3576-sige5
  arm64: dts: rockchip: Enable HDMI0 on FriendlyElec CM3588 NAS
  arm64: dts: rockchip: add Banana Pi P2 Pro board
  dt-bindings: arm: rockchip: add Banana Pi P2 Pro board
  arm64: dts: rockchip: Add new SoC dtsi for the RK3566T variant
  arm64: dts: rockchip: Prepare RK356x SoC dtsi files for per-variant OPPs
  arm64: dts: rockchip: Update CPU OPP voltages in RK356x SoC dtsi
  arm64: dts: rockchip: Add OPP voltage ranges to RK3399 OP1 SoC dtsi
  ...

Link: https://lore.kernel.org/r/3313711.oiGErgHkdL@diego
Signed-off-by: Arnd Bergmann <[email protected]>
1  2 
Documentation/devicetree/bindings/arm/rockchip.yaml

index 1e3eceb266b7a7874567b21cf7873279e0323721,a5a8f8bb9e488c3da8882740fa3afc39c95e3609..753199a12923fadaa48c407a8e55e7854db7203e
@@@ -895,6 -895,11 +895,11 @@@ properties
            - const: radxa,rock-5b
            - const: rockchip,rk3588
  
+       - description: Radxa ROCK 5C
+         items:
+           - const: radxa,rock-5c
+           - const: rockchip,rk3588s
        - description: Radxa ROCK S0
          items:
            - const: radxa,rock-s0
                - radxa,zero-3w
            - const: rockchip,rk3566
  
 +      - description: Relfor SAIB board
 +        items:
 +          - const: relfor,saib
 +          - const: rockchip,rv1109
 +
        - description: Rikomagic MK808 v1
          items:
            - const: rikomagic,mk808
            - const: rockchip,rk3568-evb1-v10
            - const: rockchip,rk3568
  
+       - description: Sinovoip RK3308 Banana Pi P2 Pro
+         items:
+           - const: sinovoip,rk3308-bpi-p2pro
+           - const: rockchip,rk3308
        - description: Sinovoip RK3568 Banana Pi R2 Pro
          items:
            - const: sinovoip,rk3568-bpi-r2pro
This page took 0.059073 seconds and 4 git commands to generate.