diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-09-29 17:14:42 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-10-01 15:24:48 +0300 |
commit | 42f2445fe84c0e22f4014a29c99ed0c96bb4a7ed (patch) | |
tree | 9baf3d1ce06a5f4cb0b78afcbda023da75d0a2fa /Documentation | |
parent | 1d86b08953240579c5d920aee7aad73d4a5ebee2 (diff) | |
download | linux-42f2445fe84c0e22f4014a29c99ed0c96bb4a7ed.tar.xz |
dt-bindings: arm: hisilicon: add binding for SD5203 SoC
Add devicetree binding for Hisilicon SD5203 SoC.
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20200929141454.2312-6-thunder.leizhen@huawei.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml index 6d17309c7c84..43b8ce2227aa 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml @@ -59,4 +59,9 @@ properties: - description: HiP07 D05 Board items: - const: hisilicon,hip07-d05 + + - description: SD5203 based boards + items: + - const: H836ASDJ + - const: hisilicon,sd5203 ... |