Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: arm: realtek: Add Kent Soc family compatibles

Define compatible strings for Realtek RTD1501s, RTD1861b and RTD1920s.

Additionally, convert legacy DTS-style comments to YAML description
properties, following the pattern from the ARM bindings conversion series
[1].

[1] https://lore.kernel.org/lkml/20200622125527.24207-2-afaerber@suse.de/

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20260127071530.25426-2-eleanor15x@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Yu-Chun Lin and committed by
Arnd Bergmann
d83bcab6 21200052

+30 -12
+30 -12
Documentation/devicetree/bindings/arm/realtek.yaml
··· 14 14 const: '/' 15 15 compatible: 16 16 oneOf: 17 - # RTD1195 SoC based boards 18 - - items: 17 + - description: RTD1195 SoC based boards 18 + items: 19 19 - enum: 20 20 - mele,x1000 # MeLE X1000 21 21 - realtek,horseradish # Realtek Horseradish EVB 22 22 - const: realtek,rtd1195 23 23 24 - # RTD1293 SoC based boards 25 - - items: 24 + - description: RTD1293 SoC based boards 25 + items: 26 26 - enum: 27 27 - synology,ds418j # Synology DiskStation DS418j 28 28 - const: realtek,rtd1293 29 29 30 - # RTD1295 SoC based boards 31 - - items: 30 + - description: RTD1295 SoC based boards 31 + items: 32 32 - enum: 33 33 - mele,v9 # MeLE V9 34 34 - probox2,ava # ProBox2 AVA ··· 36 36 - zidoo,x9s # Zidoo X9S 37 37 - const: realtek,rtd1295 38 38 39 - # RTD1296 SoC based boards 40 - - items: 39 + - description: RTD1296 SoC based boards 40 + items: 41 41 - enum: 42 42 - synology,ds418 # Synology DiskStation DS418 43 43 - const: realtek,rtd1296 44 44 45 - # RTD1395 SoC based boards 46 - - items: 45 + - description: RTD1395 SoC based boards 46 + items: 47 47 - enum: 48 48 - bananapi,bpi-m4 # Banana Pi BPI-M4 49 49 - realtek,lion-skin # Realtek Lion Skin EVB 50 50 - const: realtek,rtd1395 51 51 52 - # RTD1619 SoC based boards 53 - - items: 52 + - description: RTD1501s SoC based boards 53 + items: 54 + - enum: 55 + - realtek,phantom # Realtek Phantom EVB (8GB) 56 + - const: realtek,rtd1501s 57 + 58 + - description: RTD1619 SoC based boards 59 + items: 54 60 - enum: 55 61 - realtek,mjolnir # Realtek Mjolnir EVB 56 62 - const: realtek,rtd1619 63 + 64 + - description: RTD1861b SoC based boards 65 + items: 66 + - enum: 67 + - realtek,krypton # Realtek Krypton EVB (8GB) 68 + - const: realtek,rtd1861b 69 + 70 + - description: RTD1920s SoC based boards 71 + items: 72 + - enum: 73 + - realtek,smallville # Realtek Smallville EVB (4GB) 74 + - const: realtek,rtd1920s 57 75 58 76 additionalProperties: true 59 77