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 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 54EC3C004D4 for ; Thu, 19 Jan 2023 17:36:17 +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: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=nJ0sQa1cNuqrOHdQnXh4isSS231c6sWdOgGJZtY1Km8=; b=QYAkO0211jXDSW f1enhj5yDXQ0/OibhptvMwXLluugVo08U2vrNKMwhShA4qGTjnPwWQT0LmabK3Sw85JojJh1QFNh+ SODVn4oKifKXECMJbYISIaAYoKY9PiXqF4ceGOgmbMJga2OVcyjLQqThvzsrLoUM4cW4AYeSoljuK 6R7VmfnBw0rUc4v6SIsasNh1GXHZeI7OW5tP39TjNxrb6VEFbTpq+ad3eVkdEksrxp7qGBTYZlPSk muR71xEIxYs/miFAosvLWY41ooVCnd7g4g0EeNohidb6bFj39Cx7tTpbupGOyGY4sm84JcemsZkjb RSE+rJto8Kc7f+0WGzUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIYoZ-006JUM-Iu; Thu, 19 Jan 2023 17:35:04 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIYoU-006JSP-Gf for linux-arm-kernel@lists.infradead.org; Thu, 19 Jan 2023 17:34:59 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5FC4C61D02; Thu, 19 Jan 2023 17:34:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0634FC433EF; Thu, 19 Jan 2023 17:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674149696; bh=967XzVwr9ZI/y2wJzz59Q8wegh+ZrWCuDisM/Hq2e90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZmfV0nWtfkDYYYnG8Bn2fmqXPhXGd4il5omLxevFLerIraVcmUaRVSrkTCwLH3a/W MxDsDiww3G29abIMmC2hYWPdkpy1cMPXNNYboaBLLAvxzKUwxlvtTVgiO7G1vy3PMu N2wn0P0RAXbRC0DE14ByuhnLLC4MIUlq48ric0taEHTGNYSbGsfg5iOobKC6DCyuRF rYrxjz2/0eHySSyHWx91kflVZbIdnpSSRJqAn/FCXXsKTDG2lggmDwFeXjCSkOH4pB sl5oNqHdpj6BQ9pVSeTBN9HcHyB/V/bOJwsF+UyU4HIRwxcHV1EHwt3UPOkSySZYxI PcBR5EKmMkNXA== Date: Thu, 19 Jan 2023 17:34:51 +0000 From: Will Deacon To: Bartosz Golaszewski Cc: Robin Murphy , Joerg Roedel , Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v2] dt-bindings: arm-smmu: document the smmu on Qualcomm SA8775P Message-ID: <20230119173448.GB20092@willie-the-truck> References: <20230112154554.442808-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230112154554.442808-1-brgl@bgdev.pl> 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-20230119_093458_664340_679C4CA8 X-CRM114-Status: GOOD ( 17.71 ) 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 Thu, Jan 12, 2023 at 04:45:54PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Document the qcom,smmu-500 SMMU on SA8775P platforms. > > Signed-off-by: Bartosz Golaszewski > --- > - rebase on top of Krzysztof's work and add the compatible to the > "clock disallow" list > > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > index 124253e84c02..ea9205706b7c 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > @@ -36,6 +36,7 @@ properties: > - enum: > - qcom,qcm2290-smmu-500 > - qcom,qdu1000-smmu-500 > + - qcom,sa8775p-smmu-500 > - qcom,sc7180-smmu-500 > - qcom,sc7280-smmu-500 > - qcom,sc8180x-smmu-500 > @@ -326,6 +327,7 @@ allOf: > - nvidia,smmu-500 > - qcom,qcm2290-smmu-500 > - qcom,qdu1000-smmu-500 > + - qcom,sa8775p-smmu-500 > - qcom,sc7180-smmu-500 > - qcom,sc8180x-smmu-500 > - qcom,sc8280xp-smmu-500 I can't get this to apply. Which tree is it against? Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel