From patchwork Thu Dec 3 12:02:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 336930 Delivered-To: patch@linaro.org Received: by 2002:a92:5e16:0:0:0:0:0 with SMTP id s22csp232695ilb; Thu, 3 Dec 2020 04:04:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJz/pdAIcmK8jaiJ2UKpAGh1J2KqNhMFspfMFbBhaBoRV+KG6D5mClyiw/e8q4gCymUCMNEr X-Received: by 2002:a05:6402:b4d:: with SMTP id bx13mr2525380edb.93.1606997045478; Thu, 03 Dec 2020 04:04:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606997045; cv=none; d=google.com; s=arc-20160816; b=iwOpR7eY6yYApPm+ioDQcsIOWS5VcV3ffSIQrFBsrWBtQ1aAfy49F9MEVMvQ/tJqqV ipfNgEK/noF6pSfTdlHmOkPbnqmwzsTxa9Dtm77Ek38zRGcGbo6nGlwNm6hFrQo4JYAf 270GmwhL35Sv49e3Sj09p7dP6LpoBwEJJVbV1K9PlCn1KfqqRgEGhbgjk9Bov9iBEXVs NIGMKxTlc2Vujq9r/4z6lAcGkJYiJEfNqX9angh9bX+BOSRdeLjpcHoSJb1c2fJ0gS1N INSrP4amL5pwFBEn+hhuJBne7barIyZyTiTvdHjXfh5GBQPbZLJ+eelnpppinCuMsl0F qNqQ== 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 :message-id:date:subject:cc:to:from; bh=djIc/6kZ+yg2eL+Iry9ntK+OiyFPs+aYstWjsE75KWw=; b=pA7uonlxZY7fkrE+pcPFDHbRSCf5Y7UZ4dl+HVAhT8bQoFXjIvOHAeo/qeVeB5iBqO SrrTS2vM4VyAagkhW60dySIBhSRRTxooEKzvyJAqrjoUqZKzxA2BeVoWlX8Es7dxA6aA AYr9NxNidpluCwYMuGWj235FpO/1FPGtL/itxq6MQDxCsLQqyprl1XBHPKru6omltU2t HOGDeuMEx772h/Lef6n2DCrSDEmUSyAgA2QRqwRQKgy1hfQkPuVp3FoL6kxstdUeor3C hqJnn27sv5Vql36D2O7QAG2tjJgX/Apwpxwrpsgs1R8+0yvdL56A1ythpPjPAX66GDRm LccA== 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 mj1si1034695ejb.54.2020.12.03.04.04.05; Thu, 03 Dec 2020 04:04:05 -0800 (PST) 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 S1728570AbgLCMDg (ORCPT + 6 others); Thu, 3 Dec 2020 07:03:36 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:8235 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726061AbgLCMDg (ORCPT ); Thu, 3 Dec 2020 07:03:36 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CmvbB4fj4zkWrV; Thu, 3 Dec 2020 20:02:14 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.9) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.487.0; Thu, 3 Dec 2020 20:02:43 +0800 From: Zhen Lei To: Philipp Zabel , Wei Xu , "Rob Herring" , linux-arm-kernel , devicetree , linux-kernel CC: Zhen Lei , Zhangfei Gao , Chen Feng , "Manivannan Sadhasivam" Subject: [PATCH 0/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema Date: Thu, 3 Dec 2020 20:02:08 +0800 Message-ID: <20201203120212.1105-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.9] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Patch 1-3 change the vendor prefix from "hisi" to "hisilicon", to eliminate below warnings: crg_rst_controller: 'hisi,rst-syscon' does not match any of the regexes: '^#.*', ... , '^hisilicon,.*', ... From schema: /root/leizhen/linux-next/Documentation/devicetree/bindings/vendor-prefixes.yaml Patch 4 does the json-schema conversion. Zhen Lei (4): reset: hisilicon: correct vendor prefix arm64: dts: correct vendor prefix hisi to hisilicon dt-bindings: reset: correct vendor prefix hisi to hisilicon dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema .../bindings/reset/hisilicon,hi3660-reset.txt | 44 ------------- .../bindings/reset/hisilicon,hi3660-reset.yaml | 77 ++++++++++++++++++++++ arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 4 +- arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 2 +- drivers/reset/hisilicon/reset-hi3660.c | 2 +- 5 files changed, 81 insertions(+), 48 deletions(-) delete mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt create mode 100644 Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.yaml -- 1.8.3