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 68526C6379F for ; Fri, 3 Feb 2023 09:35:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232421AbjBCJfP (ORCPT ); Fri, 3 Feb 2023 04:35:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52908 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232834AbjBCJfL (ORCPT ); Fri, 3 Feb 2023 04:35:11 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 414CD9A82C; Fri, 3 Feb 2023 01:35:07 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 72D45B829EB; Fri, 3 Feb 2023 09:35:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13BFBC433EF; Fri, 3 Feb 2023 09:35:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675416904; bh=A9V3jnSb1h8r31+VYbaEZFyq/pUtyYwWwH9oHwje4yg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kr/QgpqUwCfYYixm4Zr+JAyJ9gSKeoHbYB/Y0CUgFrS29SBbS35E+ovAaES6FdOV0 PVPsQp6vWA/ChcfmmgIhZ2RM9+KKWyI0XYBnSB++cUzHtIAt9z+CXs8BQBzgvJSZUb iqL3ThYMMJ13bQL8CizxAuFb/VPb+vkVHu7imXRl9P+QnCItT8/yQUOEXSyMRC5jSS O7/D0FLVrGdGVAsKMMfuElZ7zM90O3sV6oO0AFTN5uLtt7DUkyjWsJK3wT+QMSOIu8 Nx3s4ioTFh+XaJ8JREJgzOyXYRBw+Q3JaaJXAKE3f04sRYi3kQCZA49XaEUoRdbLm3 C5SP8Eto327gg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pNsTi-0000l5-IT; Fri, 03 Feb 2023 10:35:30 +0100 Date: Fri, 3 Feb 2023 10:35:30 +0100 From: Johan Hovold To: Abel Vesa Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , Krzysztof Kozlowski , Lorenzo Pieralisi , "vkoul@kernel.org" , Kishon Vijay Abraham I , Manivannan Sadhasivam , Johan Hovold , linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , Krzysztof Kozlowski Subject: Re: [PATCH v7 09/12] dt-bindings: PCI: qcom: Add SM8550 compatible Message-ID: References: <20230203081807.2248625-1-abel.vesa@linaro.org> <20230203081807.2248625-10-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230203081807.2248625-10-abel.vesa@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2023 at 10:18:04AM +0200, Abel Vesa wrote: > Add the SM8550 platform to the binding. > > Signed-off-by: Abel Vesa > Reviewed-by: Krzysztof Kozlowski > --- Reviewed-by: Johan Hovold