Messages in this thread Patch in this message |  | | From | James Tai <> | Subject | [PATCH v3 1/2] dt-bindings: arm: realtek: Document RTD1319 and Realtek PymParticle EVB | Date | Tue, 4 Feb 2020 22:52:06 +0800 |
| |
Define compatible strings for Realtek RTD1319 SoC and Realtek PymParticle EVB.
Signed-off-by: James Tai <james.tai@realtek.com> --- v2 -> v3: Unchanged
v1 -> v2: * Put string in alphabetical order
Documentation/devicetree/bindings/arm/realtek.yaml | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 845f9c76d6f7..3b48ae71fdd8 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -42,6 +42,12 @@ properties: - synology,ds418 # Synology DiskStation DS418 - const: realtek,rtd1296 + # RTD1319 SoC based boards + - items: + - enum: + - realtek,pymparticle # Realtek PymParticle EVB + - const: realtek,rtd1319 + # RTD1395 SoC based boards - items: - enum: -- 2.25.0
|  |