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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 4B29EC433DF for ; Fri, 3 Jul 2020 12:31:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1BFF720936 for ; Fri, 3 Jul 2020 12:31:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593779480; bh=N+88KXkdXu2AI8+cxc3J2ClOAH5XH0tNjF0Q0pSB0Rs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YjzOGLXrCzF9JtoAsfMRvuFmxoEv+qZBa1Uqi5HOeV9ELgMgp8+RDjt54JOp4Z1gD TKQDMWBu2RThoLai+7ECueqStbK1jbenMzd0L4A5NvgBqohCC+D3XdFjsoRY2df9AL 5Id8THr+5osus4bdiOA2OJ8qUZj5giXCcFniHBcg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726142AbgGCMbT (ORCPT ); Fri, 3 Jul 2020 08:31:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:37534 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726022AbgGCMbT (ORCPT ); Fri, 3 Jul 2020 08:31:19 -0400 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0D326207DA; Fri, 3 Jul 2020 12:31:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593779478; bh=N+88KXkdXu2AI8+cxc3J2ClOAH5XH0tNjF0Q0pSB0Rs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0AMgQHFdWyrgwYBQ/qyzsEDjd9IPep67gAbkJPE4THTOIWiIVHEQR8aTGT6DlKSS4 ZbFp7OSwQJ+pHcCXOMDnBsutSRcBsPKBJHgdVtULZlblRJckmtBSrMXQJE63tLLDbW Ci23Ev5vktLSWCMgh/qWd2QlLa6iir6APHEi090k= Date: Fri, 3 Jul 2020 13:31:14 +0100 From: Will Deacon To: Jonathan Marek Cc: linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:IOMMU DRIVERS" , Joerg Roedel , "moderated list:ARM SMMU DRIVERS" , open list , Rob Herring , Robin Murphy Subject: Re: [PATCH v2 0/8] arm64: dts: qcom: smmu/USB nodes and HDK855/HDK865 dts Message-ID: <20200703123113.GA18953@willie-the-truck> References: <20200609194030.17756-1-jonathan@marek.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200609194030.17756-1-jonathan@marek.ca> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jun 09, 2020 at 03:40:18PM -0400, Jonathan Marek wrote: > Add dts nodes for apps_smmu and USB for both sm8150 and sm8250. > > Also add initial dts files for HDK855 and HDK865, based on mtp dts, with a > few changes. Notably, the HDK865 dts has regulator config changed a bit based > on downstream (I think sm8250-mtp.dts is wrong and copied too much from sm8150). > > V2 changes: > * Added two patches for sm8150 and sm8250 iommu compatibles > * Changed apps_smmu node patches to use new compatibles > * Updated commit messages for apps_smmu patches to be more correct > * Updated HDK dts patches based on Bjorn's comments > > Jonathan Marek (8): > dt-bindings: arm-smmu: Add sm8150 and sm8250 compatible strings > iommu: arm-smmu-impl: Use qcom impl for sm8150 and sm8250 compatibles > arm64: dts: qcom: sm8150: add apps_smmu node > arm64: dts: qcom: sm8250: add apps_smmu node > arm64: dts: qcom: sm8150: Add secondary USB and PHY nodes > arm64: dts: qcom: sm8250: Add USB and PHY device nodes > arm64: dts: qcom: add sm8150 hdk dts > arm64: dts: qcom: add sm8250 hdk dts What's your plan for merging this? I can take the first two patches via arm-smmu, if you like. Please just let me know. Will