From patchwork Wed Apr 27 11:25:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 12828663 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CFFD5C433F5 for ; Wed, 27 Apr 2022 11:27:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=x4NYNth5wxvn4iP2W+PbhnDv4ZuR+u6fFshqrefdiLc=; b=k9v7EhyhSIHoaw eJUTSoxaxHBXm/NIRW7m6Sw5OIDx8NoqfvAU4LLAIiqdbzbLZ80u8ukFLrwTAKiGhZ16TtNmXhZUS Ekxtj8WNZbpnJxFwol+ct/F59Fjat6h3MUX4WO9BVZI7JL4HfreqIEzY437FwqS3qJFsluB+kOSuk ecarocF3UsmN5vYEuhZ+RQyuZyJ4M5xXP3ipJU6z+BichosTEQHg6Fa8Hx7pvyTtX0wEf0tPP+N+S NT8HD7SdR5AKpWrXSHhW968MilZSNkp/mA8wWf4oTlXn6sYjh1sBoy5fwxRyIEbgFmFPOGDaLyBzp 4hcJqbLU6HWfl2zupE/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njfnq-0014Lk-CY; Wed, 27 Apr 2022 11:25:50 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njfnn-0014LA-Tx for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2022 11:25:49 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AAAFCED1; Wed, 27 Apr 2022 04:25:46 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.197.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8F4133F5A1; Wed, 27 Apr 2022 04:25:45 -0700 (PDT) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski Cc: Liviu Dudau , Robin Murphy , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Will Deacon Subject: [PATCH 00/11] dt-bindings: convert various Arm Ltd. IP to DT schema Date: Wed, 27 Apr 2022 12:25:17 +0100 Message-Id: <20220427112528.4097815-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220427_042548_099688_2570F146 X-CRM114-Status: GOOD ( 10.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, in an effort to get the FVP DTs to pass the automated DT bindings checks, this series collects some DT schema binding conversions for various Arm Ltd. IP devices. This is mostly for old IP, but it's still used by the FVP, for which we have a DT in the tree. Please have a look! Cheers, Andre Andre Przywara (11): dt-bindings: iommu: arm,smmu-v3: make PRI IRQ optional dt-bindings: arm: spe-pmu: convert to DT schema dt-bindings: arm: sp810: convert to DT schema dt-bindings: sound: add Arm PL041 AACI DT schema dt-bindings: serio: add Arm PL050 DT schema dt-bindings: arm: convert vexpress-sysregs to DT schema dt-bindings: arm: convert vexpress-config to DT schema dt-bindings: display: convert PL110/PL111 to DT schema dt-bindings: display: convert Arm HDLCD to DT schema dt-bindings: display: convert Arm Mali-DP to DT schema dt-bindings: display: convert Arm Komeda to DT schema .../devicetree/bindings/arm/sp810.txt | 46 --- .../devicetree/bindings/arm/sp810.yaml | 82 ++++++ .../devicetree/bindings/arm/spe-pmu.txt | 20 -- .../devicetree/bindings/arm/spe-pmu.yaml | 40 +++ .../bindings/arm/vexpress-config.yaml | 274 ++++++++++++++++++ .../bindings/arm/vexpress-sysreg.txt | 103 ------- .../bindings/arm/vexpress-sysreg.yaml | 89 ++++++ .../devicetree/bindings/display/arm,hdlcd.txt | 79 ----- .../bindings/display/arm,hdlcd.yaml | 91 ++++++ .../bindings/display/arm,komeda.txt | 78 ----- .../bindings/display/arm,komeda.yaml | 130 +++++++++ .../bindings/display/arm,malidp.txt | 68 ----- .../bindings/display/arm,malidp.yaml | 117 ++++++++ .../devicetree/bindings/display/arm,pl11x.txt | 110 ------- .../bindings/display/arm,pl11x.yaml | 174 +++++++++++ .../bindings/iommu/arm,smmu-v3.yaml | 21 +- .../devicetree/bindings/serio/amba-pl050.yaml | 67 +++++ .../devicetree/bindings/sound/amba-pl041.yaml | 62 ++++ 18 files changed, 1142 insertions(+), 509 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/sp810.txt create mode 100644 Documentation/devicetree/bindings/arm/sp810.yaml delete mode 100644 Documentation/devicetree/bindings/arm/spe-pmu.txt create mode 100644 Documentation/devicetree/bindings/arm/spe-pmu.yaml create mode 100644 Documentation/devicetree/bindings/arm/vexpress-config.yaml delete mode 100644 Documentation/devicetree/bindings/arm/vexpress-sysreg.txt create mode 100644 Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml delete mode 100644 Documentation/devicetree/bindings/display/arm,hdlcd.txt create mode 100644 Documentation/devicetree/bindings/display/arm,hdlcd.yaml delete mode 100644 Documentation/devicetree/bindings/display/arm,komeda.txt create mode 100644 Documentation/devicetree/bindings/display/arm,komeda.yaml delete mode 100644 Documentation/devicetree/bindings/display/arm,malidp.txt create mode 100644 Documentation/devicetree/bindings/display/arm,malidp.yaml delete mode 100644 Documentation/devicetree/bindings/display/arm,pl11x.txt create mode 100644 Documentation/devicetree/bindings/display/arm,pl11x.yaml create mode 100644 Documentation/devicetree/bindings/serio/amba-pl050.yaml create mode 100644 Documentation/devicetree/bindings/sound/amba-pl041.yaml