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 18786C04A6A for ; Tue, 13 Jun 2023 23:47:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233376AbjFMXru (ORCPT ); Tue, 13 Jun 2023 19:47:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbjFMXrY (ORCPT ); Tue, 13 Jun 2023 19:47:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD69B1FCB; Tue, 13 Jun 2023 16:46:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0D37263C84; Tue, 13 Jun 2023 23:45:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58776C433C0; Tue, 13 Jun 2023 23:45:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686699951; bh=zPjSJFw05vwE6Pveeo8vKrum/cAGp/1i8QWbejGQEtA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IyvKLqDOukqIoDG9w8T478VqhyfgOzzDvf5M5G4S62yslDR5gID8jdt3h2r3RQszx cjxvk0YZfc1TCcg5kvvrMmyX/A19ZKITKXeEB/JIgChSl51FXOVi+l50jadDkyCmAk jT/p1RmQG1YG7U202bUKbCJMMJ4B4vBMfMDVAUEq0JmoKxG+xkTz4zRBqjeUGnNzwj xZ4Zcjr27L+ARUOEJnSDjPNSOB2FXenzoYR0gh+mHSAvqumqZ0pEBYDolHUaQLIbnv 0DSOm2usXt2yu+/KFV+zNQmPZn8qO7P6yDQafxOhQUPZUij0i2C+P+Dpf18bNZ6DiQ TOPO2Sdkq0P2Q== From: Bjorn Andersson To: devicetree@vger.kernel.org, konrad.dybcio@linaro.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, conor+dt@kernel.org, robh+dt@kernel.org, Poovendhan Selvaraj , krzysztof.kozlowski+dt@linaro.org, agross@kernel.org Cc: quic_sjaganat@quicinc.com, quic_srichara@quicinc.com, quic_anusha@quicinc.com, quic_gokulsri@quicinc.com, quic_devipriy@quicinc.com, quic_kathirav@quicinc.com, quic_arajkuma@quicinc.com Subject: Re: [PATCH 0/2] Add initial support for RDP454 of IPQ9574 family Date: Tue, 13 Jun 2023 16:48:54 -0700 Message-Id: <168670013500.1400697.7352127193171333793.b4-ty@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230519103128.30783-1-quic_poovendh@quicinc.com> References: <20230519103128.30783-1-quic_poovendh@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 19 May 2023 16:01:26 +0530, Poovendhan Selvaraj wrote: > From: POOVENDHAN SELVARAJ > > Add the initial device tree support for the Reference Design > Platform(RDP) 454 based on IPQ9574 family of SoCs. This patch series adds > support for Console UART, SPI NOR and SMPA1 regulator node. > > The series depends on the below patch sets which adds support for > SPI NOR and SMPA1 regulator nodes. > https://lore.kernel.org/linux-arm-msm/20230329053726.14860-3-quic_kathirav@quicinc.com/ > https://lore.kernel.org/linux-arm-msm/20230407155727.20615-1-quic_devipriy@quicinc.com/ > > [...] Applied, thanks! [1/2] dt-bindings: arm: qcom: document AL02-C9 board based on IPQ9574 family commit: add687cbfc3482ca74949b91b251e76792d25652 [2/2] arm64: dts: qcom: ipq9574: add support for RDP454 variant commit: 2435d79033f5e7400195ed3b31585c0c053de553 Best regards, -- Bjorn Andersson