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 477DAEB64DB for ; Thu, 15 Jun 2023 20:42:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230076AbjFOUmm (ORCPT ); Thu, 15 Jun 2023 16:42:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbjFOUmm (ORCPT ); Thu, 15 Jun 2023 16:42:42 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 698AB26AA; Thu, 15 Jun 2023 13:42:41 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 3EDE01C0E6E; Thu, 15 Jun 2023 22:42:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1686861760; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sjDjIO+xVPdB2U4CUF59ZcGqZm415CEp3vEdF4Dd6AA=; b=To1hFLR68iHFCiNEJuVjWt1QN2HSG9YhX9UaZczrDUhp01iFANyJG64cTxUgWPjoiWLgWs 7q1KVqJUh5dk+oBlbivldybAH0KFiw8rdW3Ctp0FCp/gw19lV/zzNLv1FEEh70abrWuRDD 0DZ8+kfE6KhM5RXjLZFkJDy1eBhT9yY= Date: Thu, 15 Jun 2023 22:42:30 +0200 From: Pavel Machek To: Bryan O'Donoghue Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, djakov@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, benl@squareup.com, shawn.guo@linaro.org, fabien.parent@linaro.org, leo.yan@linaro.org, dmitry.baryshkov@linaro.org, stephan@gerhold.net Subject: Re: [PATCH v7 5/5] arm64: dts: qcom: Add msm8939 Sony Xperia M4 Aqua Message-ID: <20230615204230.GB1119@bug> References: <20230223153655.262783-1-bryan.odonoghue@linaro.org> <20230223153655.262783-6-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230223153655.262783-6-bryan.odonoghue@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thu 2023-02-23 15:36:55, Bryan O'Donoghue wrote: > Add a basic booting DTS for the Sony Xperia M4 Aqua aka "tulip". > > Tulip is paired with: > > - wcn3660 > - smb1360 battery charger > - 720p Truly NT35521 Panel > > Reviewed-by: Konrad Dybcio > Signed-off-by: Bryan O'Donoghue Congrats on getting this to work. Please Cc: phone-devel@vger for phone related stuff. Thanks, Pavel