From patchwork Sun Sep 27 06:21:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen \(ThunderTown\)" X-Patchwork-Id: 313580 Delivered-To: patch@linaro.org Received: by 2002:a92:5ad1:0:0:0:0:0 with SMTP id b78csp2397923ilg; Sat, 26 Sep 2020 23:27:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwqiZnVPMwtg1/I0KdCWHOxlWRrI0iafk9phZuT83zQEj38pwGbe5bQvGQJM86XkSD5KYyJ X-Received: by 2002:a17:906:455:: with SMTP id e21mr10643801eja.170.1601188030600; Sat, 26 Sep 2020 23:27:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601188030; cv=none; d=google.com; s=arc-20160816; b=D/AuKgGmztWKff+f6LYyIg5P5pSVqqmRNwNrPAmRMkPipHoZMLNsoPO48AiFzTGAap bl6gpeaF4ooagjsSr9P0TXTOnBjVfeU21+lvkBsMKSUYSAwYJaSNvYoKf28LUqwvs+G+ 3XPloIraq+RpcPidbiI/RAVLIBKzlsXa53DozvVk+gVrzr7LpwqpEYPTEwhtHwZwRJS0 jbB6YMN/K/02WMmiyPCyJM4gzU44CzplFmK2UXwteuGq5S7pkDhPhjk4z5hbuxyzeD+F aCeIVu2o6rLjAQg5VWYoLgosb9EzyfTn8oVXsCuQTNLuzOWEqDDzb0k9Jou8m0vwtODc hSKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=CrWYg4a7gerL9VaAFel2C+C+9ZZ+UqvehYPf7fEFis4=; b=hH2vaizDc9ZgpXLAE4Ry0bVEhd2FzBKo7Mjwj7Tp79LC0xnVDJiOinIzGBStOmcvTA bX5QsyeSsrzbJLoHha8GjLextDnK7+39ah47wdV/MuOvqxQUXY1O2GSEPJxC6BZCZwKo +xOsfuD7QmZHa4KUxqyVNjv97vLm1Ve0paN0C4h26Rk5YcPM0Oih526Bhu/rlV5iEWFt FmQIF0KCLu9JFoL+yawNewQnAROGoUMANYGfg7NnSeL6SNsIWcfVWgzwFBvna5q47o3g ZUHzizrVq3nAhIYernh/cRerYIGST5epdpgsJHNDgzQDWxHBlpDxZ3vR6E8g71Tqp5l+ FUGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q6si5583044edw.446.2020.09.26.23.27.10; Sat, 26 Sep 2020 23:27:10 -0700 (PDT) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730380AbgI0G05 (ORCPT + 6 others); Sun, 27 Sep 2020 02:26:57 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14290 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730358AbgI0G0z (ORCPT ); Sun, 27 Sep 2020 02:26:55 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id B9477E691A92D26497EE; Sun, 27 Sep 2020 14:26:52 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.253) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.487.0; Sun, 27 Sep 2020 14:26:43 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei , Libin , Kefeng Wang Subject: [PATCH v3 04/21] dt-bindings: arm: hisilicon: add binding for SD5203 SoC Date: Sun, 27 Sep 2020 14:21:12 +0800 Message-ID: <20200927062129.4573-5-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20200927062129.4573-1-thunder.leizhen@huawei.com> References: <20200927062129.4573-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add devicetree binding for Hisilicon SD5203 SoC. Signed-off-by: Zhen Lei --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml | 4 ++++ 1 file changed, 4 insertions(+) -- 1.8.3 diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml index 362decf3b85c6fb..bf5a66bb5885d04 100644 --- a/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml +++ b/Documentation/devicetree/bindings/arm/hisilicon/hisilicon.yaml @@ -74,4 +74,8 @@ properties: - description: HiP07 D05 Board items: - const: hisilicon,hip07-d05 + + - description: SD5203 SoC + items: + - const: hisilicon,sd5203 ...