diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2024-07-10 06:35:18 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-07-12 13:11:43 +0200 |
commit | 93eed6356d9ed26011f979ceb613c8ef3963cd10 (patch) | |
tree | aeacc48b7e38e6ad79735fc8f3be7844a8fc6689 /Documentation/devicetree/bindings/mips | |
parent | dt-bindings: vendor-prefixes: Add Cameo Communications (diff) | |
download | linux-93eed6356d9ed26011f979ceb613c8ef3963cd10.tar.xz linux-93eed6356d9ed26011f979ceb613c8ef3963cd10.zip |
dt-bindings: mips: realtek: Add rtl930x-soc compatible
Add the rtl9302 SoC and the Cameo RTL9302C_2xRTL8224_2XGE reference
board to the list of Realtek compatible strings.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'Documentation/devicetree/bindings/mips')
-rw-r--r-- | Documentation/devicetree/bindings/mips/realtek-rtl.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mips/realtek-rtl.yaml b/Documentation/devicetree/bindings/mips/realtek-rtl.yaml index f8ac309d2994..d337655bfbf8 100644 --- a/Documentation/devicetree/bindings/mips/realtek-rtl.yaml +++ b/Documentation/devicetree/bindings/mips/realtek-rtl.yaml @@ -20,5 +20,9 @@ properties: - enum: - cisco,sg220-26 - const: realtek,rtl8382-soc + - items: + - enum: + - cameo,rtl9302c-2x-rtl8224-2xge + - const: realtek,rtl9302-soc additionalProperties: true |