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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD078C77B62 for ; Mon, 3 Apr 2023 20:41:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233000AbjDCUla (ORCPT ); Mon, 3 Apr 2023 16:41:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232468AbjDCUl3 (ORCPT ); Mon, 3 Apr 2023 16:41:29 -0400 Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52CAAE1; Mon, 3 Apr 2023 13:41:29 -0700 (PDT) Received: by mail-ot1-f50.google.com with SMTP id 6-20020a9d0106000000b006a177038dfeso7157717otu.7; Mon, 03 Apr 2023 13:41:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680554488; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=z9C/3hBrTR7K2nHN4gC1rv1X/TFSh2EbFRlM3X5whh8=; b=4DJ0H4/8HyQvdTG70jhQVWFCoVFtsuki6y+O9Vye9ynNm8+FQXDZy5Ilhb8sPpNInW pswVY3FgVMZdUDBzDE3TsHqulppzQtBFbS26FFYknRLtyX02Mflyib3heZy08mZ0yhMw aZpgK0WFED8IoTmEeJ65r4lo+af4AUYFS5H24Lxbqp/n3TJZcX5QJDtA6ZjQr9dhFcZ4 E+lRZEA9j61i7KNjPsa8HQAmciF1yB7Gucb7GFu7aYNu+N7vOKZCv4S+oFjorxdHpuWY MirDsgjxGSLbyAMG5Vd/v0aacH0uADYyVtsiEaJccWppq9JGrosgMazf6dRQ+G3qVkh5 F8YQ== X-Gm-Message-State: AAQBX9eu32GBPNiNZEDwrwvWyTRLUYcEYzHHTVsgb0QooeSeLIw1+s+3 Ub1pdcq4CZ/13NFrYa3dzA== X-Google-Smtp-Source: AKy350bLaMZm4zgOYFd0dWu6aGZldut/svNiHGH7Kc2jWFeeDzQmIG9nsGYpwa5jcpaQGkCUr2yC+Q== X-Received: by 2002:a05:6830:571:b0:6a1:2a17:16f2 with SMTP id f17-20020a056830057100b006a12a1716f2mr8533665otc.1.1680554488633; Mon, 03 Apr 2023 13:41:28 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z1-20020a9d7a41000000b006a144b97e73sm4629237otm.74.2023.04.03.13.41.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Apr 2023 13:41:28 -0700 (PDT) Received: (nullmailer pid 1710521 invoked by uid 1000); Mon, 03 Apr 2023 20:41:27 -0000 Date: Mon, 3 Apr 2023 15:41:27 -0500 From: Rob Herring To: Bartosz Golaszewski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, Bartosz Golaszewski , Will Deacon , Robin Murphy , Joerg Roedel Subject: Re: [PATCH 4/7] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Message-ID: <20230403204127.GA1708388-robh@kernel.org> References: <20230328193632.226095-1-brgl@bgdev.pl> <20230328193632.226095-5-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230328193632.226095-5-brgl@bgdev.pl> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Mar 28, 2023 at 09:36:29PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The KGSL iommu will require the clocks property to be set. Enable it for Isn't KGSL the name for QCom's adreno vendor driver? What does that have to do with bindings? > sa8775p in the bindings. > > Cc: Will Deacon > Cc: Robin Murphy > Cc: Joerg Roedel > Signed-off-by: Bartosz Golaszewski > --- > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > index 807cb511fe18..74d5164ed1e8 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > @@ -375,7 +375,6 @@ 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 > -- > 2.37.2 > 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 03B63C76196 for ; Mon, 3 Apr 2023 20:42: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=ziLFX1tXfx7S6Cz+2KITJ/0LQ9Jfu/aOGE2UwRis8XQ=; b=NS+HGxPZT5Zhy9 fw4Pc5tFxrrBKeDN3b5/uY30eOiN9rpjKhGEKVDDy/IKK73cxv9tz/sqBQkUWja22GK2yDlWDeHGQ yAR+Hkou4YxfyV7/QxtCxtufA1/X3F7zsKxqZq1k2NKCaOC+HFOKJaa6i4qRZjlVpMRBoqcTr7son GxF6otfZqqbVf7tqgK17ZTJKLl7G/VpwuRP2ERh0RyEdC73Jrm3dAk/+sqmAatSZGuXbKGYbMIR+u kpV0iJmdpzRNedJyqZ0TKG7iqhZORfjnd0QivYtDHYI1lI2cu0TRj59lhRQej1wuFo1mgi49WixSF vvZ+wG/qHgT8PTTt7KKQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pjQzd-00GhOo-1W; Mon, 03 Apr 2023 20:41:33 +0000 Received: from mail-ot1-f44.google.com ([209.85.210.44]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pjQza-00GhMj-2n for linux-arm-kernel@lists.infradead.org; Mon, 03 Apr 2023 20:41:32 +0000 Received: by mail-ot1-f44.google.com with SMTP id q23-20020a05683031b700b006a1370e214aso13461288ots.11 for ; Mon, 03 Apr 2023 13:41:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680554488; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=z9C/3hBrTR7K2nHN4gC1rv1X/TFSh2EbFRlM3X5whh8=; b=Xd1RPJ0grHdJ3MNHdIhiHPwR3MPbF6NUuNXipNlW93I+nMBD8uP2AlDPoun/1WSRBq n8xWpukjCCjWljkowQNq8wd51ak/qzNBVWdJiDoRX2wuyrK8M4+G6DLASFJWm+J6RsFO 0mIHt1c0VTAjIKyGi9xju2aIAkIdjYg3ocdbBA9FwS/jjRJIZ7Lm1AuXkUVWrIm+KkX7 EP3Efqjq2xYNmTP4XzTHCs+TzzLa5fDXhSPe5PaM97yFyJV44tGx/Bev7NK1gdlVx1+1 E9dBcYfKf1HKrI/t9oxXlXwtChgb9NSzCfnVQL6ySkpt5BcuW3K3gsoHQ7jtCIdAraEF 3I5A== X-Gm-Message-State: AAQBX9cXfgYoF+9ad1ZYLKVSV9ekyfktteihO314+8Zy7fQPeXoMG5wO 0fcFVRHyl2ahC6DaeCi0ew== X-Google-Smtp-Source: AKy350bLaMZm4zgOYFd0dWu6aGZldut/svNiHGH7Kc2jWFeeDzQmIG9nsGYpwa5jcpaQGkCUr2yC+Q== X-Received: by 2002:a05:6830:571:b0:6a1:2a17:16f2 with SMTP id f17-20020a056830057100b006a12a1716f2mr8533665otc.1.1680554488633; Mon, 03 Apr 2023 13:41:28 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z1-20020a9d7a41000000b006a144b97e73sm4629237otm.74.2023.04.03.13.41.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Apr 2023 13:41:28 -0700 (PDT) Received: (nullmailer pid 1710521 invoked by uid 1000); Mon, 03 Apr 2023 20:41:27 -0000 Date: Mon, 3 Apr 2023 15:41:27 -0500 From: Rob Herring To: Bartosz Golaszewski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev, Bartosz Golaszewski , Will Deacon , Robin Murphy , Joerg Roedel Subject: Re: [PATCH 4/7] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Message-ID: <20230403204127.GA1708388-robh@kernel.org> References: <20230328193632.226095-1-brgl@bgdev.pl> <20230328193632.226095-5-brgl@bgdev.pl> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230328193632.226095-5-brgl@bgdev.pl> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230403_134130_902713_25C1C524 X-CRM114-Status: GOOD ( 17.44 ) 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 Tue, Mar 28, 2023 at 09:36:29PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The KGSL iommu will require the clocks property to be set. Enable it for Isn't KGSL the name for QCom's adreno vendor driver? What does that have to do with bindings? > sa8775p in the bindings. > > Cc: Will Deacon > Cc: Robin Murphy > Cc: Joerg Roedel > Signed-off-by: Bartosz Golaszewski > --- > Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > index 807cb511fe18..74d5164ed1e8 100644 > --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml > @@ -375,7 +375,6 @@ 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 > -- > 2.37.2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel