diff options
| author | Andreas Färber <[email protected]> | 2019-11-10 10:15:43 +0100 |
|---|---|---|
| committer | Andreas Färber <[email protected]> | 2020-04-12 23:24:39 +0200 |
| commit | 158caa2e14edc136504a4b54ff2a03d1a10e3883 (patch) | |
| tree | 10691c3fc8347eebe5c9bea0094b499137be815d | |
| parent | 769c00a2f10b4f43fe764077a48d9a594010686b (diff) | |
dt-bindings: arm: realtek: Add Realtek Lion Skin EVB
Define a compatible string for Realtek RTD1395 Lion Skin eval board.
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/realtek.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index b64435237bc0..c069df5eab4f 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -45,5 +45,6 @@ properties: - items: - enum: - bananapi,bpi-m4 # Banana Pi BPI-M4 + - realtek,lion-skin # Realtek Lion Skin EVB - const: realtek,rtd1395 ... |