From patchwork Mon Oct 12 13:17:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Leizhen \(ThunderTown\)" X-Patchwork-Id: 317627 Delivered-To: patch@linaro.org Received: by 2002:a92:d603:0:0:0:0:0 with SMTP id w3csp4616415ilm; Mon, 12 Oct 2020 06:19:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz65cQgyGiZj7FO9yiQKFf/ZA0+JvGVMJ+s+kD72EOHE3uMTsBgggCbRd7o/lnCQY6hr/qn X-Received: by 2002:a17:906:1484:: with SMTP id x4mr27701280ejc.81.1602508773455; Mon, 12 Oct 2020 06:19:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602508773; cv=none; d=google.com; s=arc-20160816; b=0A5iN9CcUe8/t26WHUjN+fuD1ux7Zjc0Z/oT2/Aupw9+Fa573ZqPkvuiQzrGlNsg/b iW9IzWxWcPd8UK6H+Bdz8QDDBxW0LbJaN08FVvzUENBh0tRacIcD6ZsG44cbYrJhStl1 1jvzsU5j5ruxwhmvOOkcQrBIPsPAqqBP1JcSR2OAUdw47xHTExKzsf6ZDi6ZxdeB1Lpb ucTZJk3fTqP3Fp5JUhf4ruU9DAGzoJw5qjDuf4SejPkdir6cVIjVNz8gmgHKv98PlBQB WcZDDYhiOe6IrKgvOAr/8Uo/GPItmxs430tlM7zFW5Hf9KNC9nLAFZ+t9toR/g6YXegO MjUQ== 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=+/Eo80S/CW2e++cYrIeCLfCVKxyGLEikcystLKXu7dw=; b=Kw+tVHQazXs4RZMZpfFoO11wPmwbqrls+H2hO5eo+FhvLlWoTCDwF6lD5LobNKc7Wx r5NGQ8YDcKcP1TpSb+FKlRHDgaM3EK8vXl69cC6RTdeSlgqtgTsyGZvSBL9EO+HjDH60 cToButHwPP4mBPVtJiwNpr6SAtttUfx4rpYNY3YF59RAy0Q1WK+FqX74RraZXIj1MzD1 EqTmcRFwCpSPHabcKmDNhLUc5AAUQmC81GNqq1E3HFad2bvPBruRo2buqhquvVEB0Bq9 zsPCtmj1iFE3RU1UXDmGGVgdwf0IPktCo4IJszTTacmB7Bt34kbPcQnrplOq9oUgmJu1 kT8w== 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 s5si10195075ejj.492.2020.10.12.06.19.33; Mon, 12 Oct 2020 06:19:33 -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 S2388234AbgJLNTc (ORCPT + 6 others); Mon, 12 Oct 2020 09:19:32 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:56734 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388013AbgJLNTc (ORCPT ); Mon, 12 Oct 2020 09:19:32 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 87AC94D63537C318D420; Mon, 12 Oct 2020 21:19:30 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.134) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Mon, 12 Oct 2020 21:19:23 +0800 From: Zhen Lei To: Wei Xu , Rob Herring , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH 00/11] clean up some Hisilicon-related errors detected by DT schema on arm64 Date: Mon, 12 Oct 2020 21:17:28 +0800 Message-ID: <20201012131739.1655-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.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org These patches are based on the latest linux-next. Because some txt files have not converted to DT schema, so a lot of errors can not be fixed now. This time, only some obvious errors are cleared. Zhen Lei (11): arm64: dts: hisilicon: normalize the node name of the ITS devices arm64: dts: hisilicon: separate each group of data in the property "reg" arm64: dts: hisilicon: write the values of property-units into a uint32 array arm64: dts: hisilicon: remove unused property pinctrl-names arm64: dts: hisilicon: place clock-names "biu" before "ciu" arm64: dts: hisilicon: normalize the node name of the SMMU devices arm64: dts: hisilicon: normalize the node name of the usb devices arm64: dts: hisilicon: normalize the node name of the UART devices arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml arm64: dts: hisilicon: list all clocks required by pl011.yaml arm64: dts: hisilicon: list all clocks required by snps-dw-apb-uart.yaml arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 11 +- arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 5 +- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 27 ++-- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 4 +- arch/arm64/boot/dts/hisilicon/hip05.dtsi | 20 +-- arch/arm64/boot/dts/hisilicon/hip06.dtsi | 14 +- arch/arm64/boot/dts/hisilicon/hip07.dtsi | 178 ++++++++++++------------- 7 files changed, 129 insertions(+), 130 deletions(-) -- 1.8.3