From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3E42C4743C for ; Mon, 21 Jun 2021 15:54:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D743661153 for ; Mon, 21 Jun 2021 15:54:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230021AbhFUP4j (ORCPT ); Mon, 21 Jun 2021 11:56:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:33086 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229719AbhFUP4j (ORCPT ); Mon, 21 Jun 2021 11:56:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2CF3C60FD8; Mon, 21 Jun 2021 15:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624290864; bh=JhMpx8Btj48mWJ1v62+IDUgjcau8pNUf2ATlJwM7KBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JMMs3rcvrsK6Z8kam8EVgcWu+GQKGhDR9FObycLAaG/aS4SCnAcqUM/2XiMFB1DYL 8S1RnbRWfKUGHN2KIX0RQ4c6q3pd9E9Xhba3+ilZRxI94D64gtUArchgmHp2e6FPor tDlXWzIPVEWMfVlFBqexX70nTMpt+Vwcj8enWL5xrqoxvCMAklMQ5YYDytS8p+yeVD nx7JH2MTvTKFBonRqhi+V5BYQbRH//saxNr+22NE8sH7b9H67EmEUoOfcivN+gQF8q 3K92tPk2GcUOgB6AgBpZ1BWcb41IcONtN5s6rCK9SG5O7IgPXYsgCMQHb6Ap3+uOlm NULHbwM2QXj8w== Date: Mon, 21 Jun 2021 16:54:18 +0100 From: Will Deacon To: Thierry Reding Cc: Krzysztof Kozlowski , Rob Herring , Joerg Roedel , Linux IOMMU , Jon Hunter , Nicolin Chen , linux-tegra , Robin Murphy , linux-arm-kernel Subject: Re: [PATCH v3 2/9] dt-bindings: arm-smmu: Add Tegra186 compatible string Message-ID: <20210621155418.GA29488@willie-the-truck> References: <20210603164632.1000458-1-thierry.reding@gmail.com> <20210603164632.1000458-3-thierry.reding@gmail.com> <14551e79-853d-471f-bb5e-0d2d6581a9b6@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Mon, Jun 21, 2021 at 04:11:55PM +0200, Thierry Reding wrote: > On Mon, Jun 21, 2021 at 08:46:54AM +0200, Krzysztof Kozlowski wrote: > > On 18/06/2021 21:47, Rob Herring wrote: > > > On Thu, Jun 3, 2021 at 10:49 AM Thierry Reding wrote: > > >> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> index 9d27aa5111d4..1181b590db71 100644 > > >> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> @@ -54,8 +54,14 @@ properties: > > >> - const: arm,mmu-500 > > >> - description: NVIDIA SoCs that program two ARM MMU-500s identically > > >> items: > > >> + - description: NVIDIA SoCs that require memory controller interaction > > > > > > This is not valid jsonschema: > > > > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'anyOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object', 'boolean' > > > None is not of type 'array' > > > from schema $id: http://json-schema.org/draft-07/schema# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'oneOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object' > > > None is not of type 'array' > > > from schema $id: http://devicetree.org/meta-schemas/keywords.yaml# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'oneOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object' > > > None is not of type 'array' > > > from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:5:items: 'oneOf' conditional failed, one > > > must be fixed: > > > [{'enum': [{'const': 'nvidia,tegra194-smmu'}, {'const': > > > 'nvidia,tegra186-smmu'}]}, {'const': 'nvidia,smmu-500'}] is not of > > > type 'object' > > > {'const': 'nvidia,tegra194-smmu'} is not of type 'string' > > > {'const': 'nvidia,tegra186-smmu'} is not of type 'string' > > > from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# > > > > > > > > > This was not reviewed nor tested since the DT list was not Cc'ed. > > > > Ugh, I see now weird empty item on a list... and not only DT list was > > skipped - Thierry did not Cc you either. > > This seemed like a too trivial addition to waste Rob's time on, so I > didn't add him (or the DT list for that matter) on Cc. The ARM SMMU > maintainers had reviewed this, which seemed like it was enough for what > the DT bindings change was doing. Hmm, I didn't review it. I find the yaml stuff unreadable so I usually wait for the DT folks to ack bindings changes before I queue them in the SMMU tree. Will From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_RED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D46A2C4743C for ; Mon, 21 Jun 2021 15:54:30 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6B4E961151 for ; Mon, 21 Jun 2021 15:54:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6B4E961151 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 44DA26070C; Mon, 21 Jun 2021 15:54:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lKOPNVKZKb5l; Mon, 21 Jun 2021 15:54:29 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp3.osuosl.org (Postfix) with ESMTPS id 14C72606DA; Mon, 21 Jun 2021 15:54:29 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id C3510C0010; Mon, 21 Jun 2021 15:54:28 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 2BFEFC000C for ; Mon, 21 Jun 2021 15:54:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 27D3A401F8 for ; Mon, 21 Jun 2021 15:54:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp2.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=kernel.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4DMvwUnhc-8E for ; Mon, 21 Jun 2021 15:54:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp2.osuosl.org (Postfix) with ESMTPS id 49DAD40107 for ; Mon, 21 Jun 2021 15:54:25 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 2CF3C60FD8; Mon, 21 Jun 2021 15:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624290864; bh=JhMpx8Btj48mWJ1v62+IDUgjcau8pNUf2ATlJwM7KBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JMMs3rcvrsK6Z8kam8EVgcWu+GQKGhDR9FObycLAaG/aS4SCnAcqUM/2XiMFB1DYL 8S1RnbRWfKUGHN2KIX0RQ4c6q3pd9E9Xhba3+ilZRxI94D64gtUArchgmHp2e6FPor tDlXWzIPVEWMfVlFBqexX70nTMpt+Vwcj8enWL5xrqoxvCMAklMQ5YYDytS8p+yeVD nx7JH2MTvTKFBonRqhi+V5BYQbRH//saxNr+22NE8sH7b9H67EmEUoOfcivN+gQF8q 3K92tPk2GcUOgB6AgBpZ1BWcb41IcONtN5s6rCK9SG5O7IgPXYsgCMQHb6Ap3+uOlm NULHbwM2QXj8w== Date: Mon, 21 Jun 2021 16:54:18 +0100 From: Will Deacon To: Thierry Reding Subject: Re: [PATCH v3 2/9] dt-bindings: arm-smmu: Add Tegra186 compatible string Message-ID: <20210621155418.GA29488@willie-the-truck> References: <20210603164632.1000458-1-thierry.reding@gmail.com> <20210603164632.1000458-3-thierry.reding@gmail.com> <14551e79-853d-471f-bb5e-0d2d6581a9b6@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Rob Herring , Krzysztof Kozlowski , Jon Hunter , Linux IOMMU , Nicolin Chen , linux-tegra , Robin Murphy , linux-arm-kernel X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Mon, Jun 21, 2021 at 04:11:55PM +0200, Thierry Reding wrote: > On Mon, Jun 21, 2021 at 08:46:54AM +0200, Krzysztof Kozlowski wrote: > > On 18/06/2021 21:47, Rob Herring wrote: > > > On Thu, Jun 3, 2021 at 10:49 AM Thierry Reding wrote: > > >> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> index 9d27aa5111d4..1181b590db71 100644 > > >> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> @@ -54,8 +54,14 @@ properties: > > >> - const: arm,mmu-500 > > >> - description: NVIDIA SoCs that program two ARM MMU-500s identically > > >> items: > > >> + - description: NVIDIA SoCs that require memory controller interaction > > > > > > This is not valid jsonschema: > > > > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'anyOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object', 'boolean' > > > None is not of type 'array' > > > from schema $id: http://json-schema.org/draft-07/schema# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'oneOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object' > > > None is not of type 'array' > > > from schema $id: http://devicetree.org/meta-schemas/keywords.yaml# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'oneOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object' > > > None is not of type 'array' > > > from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:5:items: 'oneOf' conditional failed, one > > > must be fixed: > > > [{'enum': [{'const': 'nvidia,tegra194-smmu'}, {'const': > > > 'nvidia,tegra186-smmu'}]}, {'const': 'nvidia,smmu-500'}] is not of > > > type 'object' > > > {'const': 'nvidia,tegra194-smmu'} is not of type 'string' > > > {'const': 'nvidia,tegra186-smmu'} is not of type 'string' > > > from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# > > > > > > > > > This was not reviewed nor tested since the DT list was not Cc'ed. > > > > Ugh, I see now weird empty item on a list... and not only DT list was > > skipped - Thierry did not Cc you either. > > This seemed like a too trivial addition to waste Rob's time on, so I > didn't add him (or the DT list for that matter) on Cc. The ARM SMMU > maintainers had reviewed this, which seemed like it was enough for what > the DT bindings change was doing. Hmm, I didn't review it. I find the yaml stuff unreadable so I usually wait for the DT folks to ack bindings changes before I queue them in the SMMU tree. Will _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC598C4743C for ; Mon, 21 Jun 2021 15:56:02 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 78690600D3 for ; Mon, 21 Jun 2021 15:56:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 78690600D3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VJYoj2A26llwkT1qyWy5L47N/BL5Y7OA2PP/flfRCfs=; b=OU5QBE5plruFf5 AhWtJvrAzH9lBKI/F5Je0foc1IcEtU634px1xi95KYAXXjTBSviehsFPvxl+6E2vXbP3Ldj1xCETD 6vIOlL96RPoc21CjSw0A7pYiNWqeKNOn/KDc48Deh2dS8Q+x5u5p1ZskTrkTdVkFT8lApQDOLO/fS hx08+TA23MCy7CCIUvnA+31f8+5gySVV190+x3j+Vj53KqxrcQIoUEMs56+R5HpgotgGuFRiLD8U3 TYz+wG0t1WgCpp0mFaSnYOLx8sLabI/FiX4K9g5FN9ae2BY9IwGDQcmMGW4hk7JSz5NNgVpsSkFxp LXOG9Io9+NjH25XFg57w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvMFp-003znf-Tl; Mon, 21 Jun 2021 15:54:30 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lvMFl-003zn3-DY for linux-arm-kernel@lists.infradead.org; Mon, 21 Jun 2021 15:54:27 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2CF3C60FD8; Mon, 21 Jun 2021 15:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624290864; bh=JhMpx8Btj48mWJ1v62+IDUgjcau8pNUf2ATlJwM7KBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JMMs3rcvrsK6Z8kam8EVgcWu+GQKGhDR9FObycLAaG/aS4SCnAcqUM/2XiMFB1DYL 8S1RnbRWfKUGHN2KIX0RQ4c6q3pd9E9Xhba3+ilZRxI94D64gtUArchgmHp2e6FPor tDlXWzIPVEWMfVlFBqexX70nTMpt+Vwcj8enWL5xrqoxvCMAklMQ5YYDytS8p+yeVD nx7JH2MTvTKFBonRqhi+V5BYQbRH//saxNr+22NE8sH7b9H67EmEUoOfcivN+gQF8q 3K92tPk2GcUOgB6AgBpZ1BWcb41IcONtN5s6rCK9SG5O7IgPXYsgCMQHb6Ap3+uOlm NULHbwM2QXj8w== Date: Mon, 21 Jun 2021 16:54:18 +0100 From: Will Deacon To: Thierry Reding Cc: Krzysztof Kozlowski , Rob Herring , Joerg Roedel , Linux IOMMU , Jon Hunter , Nicolin Chen , linux-tegra , Robin Murphy , linux-arm-kernel Subject: Re: [PATCH v3 2/9] dt-bindings: arm-smmu: Add Tegra186 compatible string Message-ID: <20210621155418.GA29488@willie-the-truck> References: <20210603164632.1000458-1-thierry.reding@gmail.com> <20210603164632.1000458-3-thierry.reding@gmail.com> <14551e79-853d-471f-bb5e-0d2d6581a9b6@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210621_085425_530676_DAA40E85 X-CRM114-Status: GOOD ( 20.50 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jun 21, 2021 at 04:11:55PM +0200, Thierry Reding wrote: > On Mon, Jun 21, 2021 at 08:46:54AM +0200, Krzysztof Kozlowski wrote: > > On 18/06/2021 21:47, Rob Herring wrote: > > > On Thu, Jun 3, 2021 at 10:49 AM Thierry Reding wrote: > > >> diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> index 9d27aa5111d4..1181b590db71 100644 > > >> --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > > >> @@ -54,8 +54,14 @@ properties: > > >> - const: arm,mmu-500 > > >> - description: NVIDIA SoCs that program two ARM MMU-500s identically > > >> items: > > >> + - description: NVIDIA SoCs that require memory controller interaction > > > > > > This is not valid jsonschema: > > > > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'anyOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object', 'boolean' > > > None is not of type 'array' > > > from schema $id: http://json-schema.org/draft-07/schema# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'oneOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object' > > > None is not of type 'array' > > > from schema $id: http://devicetree.org/meta-schemas/keywords.yaml# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:4:items: 'oneOf' conditional failed, one > > > must be fixed: > > > None is not of type 'object' > > > None is not of type 'array' > > > from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# > > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/iommu/arm,smmu.yaml: > > > properties:compatible:oneOf:5:items: 'oneOf' conditional failed, one > > > must be fixed: > > > [{'enum': [{'const': 'nvidia,tegra194-smmu'}, {'const': > > > 'nvidia,tegra186-smmu'}]}, {'const': 'nvidia,smmu-500'}] is not of > > > type 'object' > > > {'const': 'nvidia,tegra194-smmu'} is not of type 'string' > > > {'const': 'nvidia,tegra186-smmu'} is not of type 'string' > > > from schema $id: http://devicetree.org/meta-schemas/string-array.yaml# > > > > > > > > > This was not reviewed nor tested since the DT list was not Cc'ed. > > > > Ugh, I see now weird empty item on a list... and not only DT list was > > skipped - Thierry did not Cc you either. > > This seemed like a too trivial addition to waste Rob's time on, so I > didn't add him (or the DT list for that matter) on Cc. The ARM SMMU > maintainers had reviewed this, which seemed like it was enough for what > the DT bindings change was doing. Hmm, I didn't review it. I find the yaml stuff unreadable so I usually wait for the DT folks to ack bindings changes before I queue them in the SMMU tree. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel