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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 E9961C433E0 for ; Thu, 9 Jul 2020 09:55:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBA7C20708 for ; Thu, 9 Jul 2020 09:55:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594288504; bh=WYBY1L9rfI/f0RydLUyxDK/WRY5EDDEKQJfFVEthvWs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=yOWdKAhcRErlPY2NxKXyIe6+lnyeLviZfaHNZanHFFSVcjLdj6F1whjF7TPtN7J1X Yy1KohQJ2ydFN63c6+BJppQtuQVn73/veB9TydkFVIzYOfq9rM5KqWhyzcBxCOPNo8 e0Tl1v5ChPGJjUVAPhaMMxL+x9yMt3lApuWkA1wA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726449AbgGIJzB (ORCPT ); Thu, 9 Jul 2020 05:55:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:40028 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726302AbgGIJzB (ORCPT ); Thu, 9 Jul 2020 05:55:01 -0400 Received: from localhost.localdomain (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 97C0B20708; Thu, 9 Jul 2020 09:54:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594288500; bh=WYBY1L9rfI/f0RydLUyxDK/WRY5EDDEKQJfFVEthvWs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qyIDax7m4TgyTLCIp1Q0JmUO/W17WT2VrZkfCFZhRj0wnjnQVtubhoNQCrUfRNWX3 YQwF15pmfIbAhMsdH21mRA8Zy6jobjhUW+P7CuBXQVfaXvcTXdXHzgY1fbBSojbzBl rvMz+4Bg+kLLdQhb+1f+qY+3KyAjYtGow1gytM0Y= From: Will Deacon To: linux-arm-msm@vger.kernel.org, Jonathan Marek Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , Joerg Roedel , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Rob Herring , Andy Gross , "moderated list:ARM SMMU DRIVERS" , "open list:IOMMU DRIVERS" , Robin Murphy , open list , Bjorn Andersson Subject: Re: [PATCH v2 0/8] arm64: dts: qcom: smmu/USB nodes and HDK855/HDK865 dts Date: Thu, 9 Jul 2020 10:54:39 +0100 Message-Id: <159428494402.676142.15012748158989141396.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200609194030.17756-1-jonathan@marek.ca> References: <20200609194030.17756-1-jonathan@marek.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 9 Jun 2020 15:40:18 -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 > > [...] Applied to will (for-joerg/arm-smmu/updates), thanks! [1/2] dt-bindings: arm-smmu: Add sm8150 and sm8250 compatible strings https://git.kernel.org/will/c/7b6b70d88b10 [2/2] iommu: arm-smmu-impl: Use qcom impl for sm8150 and sm8250 compatibles https://git.kernel.org/will/c/2c5c3cfb2da5 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev