diff options
author | Olof Johansson <olof@lixom.net> | 2019-07-01 18:15:55 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-07-01 18:15:55 -0400 |
commit | 5ded680cf12ffc90c52c9da152cdc589e938080f (patch) | |
tree | f1db3b0acd296e4eac90bb2dc64423d8360ae390 /Documentation/devicetree | |
parent | adfbb80d38327b04a9cfb1635177dfca90de4a58 (diff) | |
parent | e1d9149e8389f1690cdd4e4056766dd26488a0fe (diff) |
Merge tag 'v5.3-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/dt
New boards the Khadas Edge family of sbcs and the Hugsun X99 TV box,
both based on rk3399. Small improvements for RockPi, Sapphire and
rk3328-roc-cc boards. Improvements for the thermal handling on rk3399
as well as the rock960 board. rk3399 dwc3 clock updates and a small
start of the dtsi for the new rk3399pro (the one with the connected
npu).
* tag 'v5.3-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
arm64: dts: rockchip: Fix USB3 Type-C on rk3399-sapphire
arm64: dts: rockchip: Update DWC3 modules on RK3399 SoCs
arm64: dts: rockchip: enable rk3328 watchdog clock
arm64: dts: rockchip: Add support for Hugsun X99 TV Box
arm64: dts: rockchip: Define values for the IPA governor for rock960
arm64: dts: rockchip: Fix multiple thermal zones conflict in rk3399.dtsi
arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs
arm64: dts: rockchip: improve rk3328-roc-cc rgmii performance.
arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards
arm64: dts: rockchip: Enable HDMI audio on Rock Pi
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 13 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 5c6bbf10abc9..34865042f4e4 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml | |||
@@ -316,6 +316,19 @@ properties: | |||
316 | - const: haoyu,marsboard-rk3066 | 316 | - const: haoyu,marsboard-rk3066 |
317 | - const: rockchip,rk3066a | 317 | - const: rockchip,rk3066a |
318 | 318 | ||
319 | - description: Hugsun X99 TV Box | ||
320 | items: | ||
321 | - const: hugsun,x99 | ||
322 | - const: rockchip,rk3399 | ||
323 | |||
324 | - description: Khadas Edge series boards | ||
325 | items: | ||
326 | - enum: | ||
327 | - khadas,edge | ||
328 | - khadas,edge-captain | ||
329 | - khadas,edge-v | ||
330 | - const: rockchip,rk3399 | ||
331 | |||
319 | - description: mqmaker MiQi | 332 | - description: mqmaker MiQi |
320 | items: | 333 | items: |
321 | - const: mqmaker,miqi | 334 | - const: mqmaker,miqi |
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index da83fe7c0d7c..d866253b0314 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml | |||
@@ -377,6 +377,8 @@ patternProperties: | |||
377 | description: Hewlett Packard | 377 | description: Hewlett Packard |
378 | "^holtek,.*": | 378 | "^holtek,.*": |
379 | description: Holtek Semiconductor, Inc. | 379 | description: Holtek Semiconductor, Inc. |
380 | "^hugsun,.*": | ||
381 | description: Shenzhen Hugsun Technology Co. Ltd. | ||
380 | "^hwacom,.*": | 382 | "^hwacom,.*": |
381 | description: HwaCom Systems Inc. | 383 | description: HwaCom Systems Inc. |
382 | "^i2se,.*": | 384 | "^i2se,.*": |