From patchwork Tue Sep 29 14:14:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 313769 Delivered-To: patch@linaro.org Received: by 2002:a92:5ad1:0:0:0:0:0 with SMTP id b78csp4206873ilg; Tue, 29 Sep 2020 07:16:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzedmM9Aw0AK8+AtkmQHjfFM7O471XSp34ztnSeyLUV3NF/W08RoLSgsbj2WsE5NUqUCnFD X-Received: by 2002:a5d:688b:: with SMTP id h11mr4536838wru.319.1601388982550; Tue, 29 Sep 2020 07:16:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601388982; cv=none; d=google.com; s=arc-20160816; b=sGkBrAAiZjRN6andg1ieitLyz51F+6FuKEj5gVZAg0+RQmnxDQkfQQYuvOco9NjSRj YTNayPwniLmhD3pHYuyC0esHWrFKmMoh1c4bmX0KjJplpaLVyKlo/tm+kDvCG8B+3f6b VPa/y6mFNF8mWe5/Q9ZwjwtV0vIkLztv039Vpp8XW/s4Q4K3jNmA5OttfCYz42CTmu6D QBuSCMkBV9qBEHFs/yEP2xQu6XIUx4FwWkZo4G21h7bjbel0HAWBgdvOD5kSha1H5SNA GmIH6oTAdOKOA/+XQ8STTFEdsbIYTFQpfSj+SowamrAS8Ltw1ARSO4CmAII9XeWkXHqZ E4pA== 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=lGxpHeEn/39zIIUb3FIE3CjugydFdSOb+TztoLeaWWs=; b=xXrhtHUMHtRLUDnoSOBtH2ch1wAdovCGqfKXpKJ+juZZr7qKQzLeoCUD4LZQSsd93N Azh6xz4GY4yBPZWbyxNS38aitV2crmqb4/v/gBo1OSyO4Zf7C5f3fZ9GWRc46X/lZ2nl dkuqmjO1/jJ+aLJEL2MbpgTC9njVvEo/EoF9paic2FYCFYeisl18TMrYqKGclvPk21WW fcNcv2ilzI1sej04izPUSqC1XF8WhbqBw/BWyopmjhJLBBPDNi4gIEpUA4j7MkDp5LsI zz8Y9XI2CU9lrrBvl3PiWUQKmkbD7c7IJ6wyvqxpE9seYFgf+NmuT3WbuSlMNodJRxEi 8mTg== 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 e9si2746312ejt.529.2020.09.29.07.16.22; Tue, 29 Sep 2020 07:16:22 -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 S1731373AbgI2OQK (ORCPT + 6 others); Tue, 29 Sep 2020 10:16:10 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14778 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728599AbgI2OPb (ORCPT ); Tue, 29 Sep 2020 10:15:31 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 694F2DF4E77E81DA352A; Tue, 29 Sep 2020 22:15:19 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.253) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Tue, 29 Sep 2020 22:15:11 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , "Jonathan Cameron" , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei , Libin , Kefeng Wang Subject: [PATCH v5 01/17] dt-bindings: mfd: syscon: add some compatible strings for Hisilicon Date: Tue, 29 Sep 2020 22:14:38 +0800 Message-ID: <20200929141454.2312-2-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20200929141454.2312-1-thunder.leizhen@huawei.com> References: <20200929141454.2312-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 some compatible strings for Hisilicon controllers: hisilicon,hi6220-sramctrl --> Hi6220 SRAM controller hisilicon,pcie-sas-subctrl --> HiP05/HiP06 PCIe-SAS subsystem controller hisilicon,peri-subctrl --> HiP05/HiP06 PERI subsystem controller hisilicon,dsa-subctrl --> HiP05/HiP06 DSA subsystem controller Signed-off-by: Zhen Lei --- Documentation/devicetree/bindings/mfd/syscon.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- 1.8.3 diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml index 049ec2ffc7f97e4..fc2e85004d363bf 100644 --- a/Documentation/devicetree/bindings/mfd/syscon.yaml +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml @@ -40,7 +40,10 @@ properties: - allwinner,sun50i-a64-system-controller - microchip,sparx5-cpu-syscon - mstar,msc313-pmsleep - + - hisilicon,hi6220-sramctrl + - hisilicon,pcie-sas-subctrl + - hisilicon,peri-subctrl + - hisilicon,dsa-subctrl - const: syscon - contains: