diff options
author | Shawn Guo <shawnguo@kernel.org> | 2019-12-23 10:48:58 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-23 11:32:10 +0800 |
commit | 5f131c4848834a86343918ba502fce2d07b757ae (patch) | |
tree | 5ea25a02311640eaca06f4e02ed7c4f849628a7f /Documentation/devicetree/bindings/arm | |
parent | 031c8cd8bd24e716162aadeacda83f7c506144f8 (diff) | |
download | linux-5f131c4848834a86343918ba502fce2d07b757ae.tar.gz linux-5f131c4848834a86343918ba502fce2d07b757ae.tar.bz2 linux-5f131c4848834a86343918ba502fce2d07b757ae.zip |
bindings: fsl: document compatibles of lx2160a boards
The lx2160a board compatibles "fsl,lx2160a-qds" and "fsl,lx2160a-rdb"
have been in use. Let's document them.
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 6f241a3b5a20..ee538f3a7f4d 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -389,6 +389,13 @@ properties: - fsl,ls2088a-rdb - const: fsl,ls2088a + - description: LX2160A based Boards + items: + - enum: + - fsl,lx2160a-qds + - fsl,lx2160a-rdb + - const: fsl,lx2160a + - description: S32V234 based Boards items: - enum: |