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=-11.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 199F7C4320E for ; Wed, 1 Sep 2021 14:55:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F320161056 for ; Wed, 1 Sep 2021 14:55:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233613AbhIAO4E (ORCPT ); Wed, 1 Sep 2021 10:56:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231144AbhIAO4D (ORCPT ); Wed, 1 Sep 2021 10:56:03 -0400 Received: from relay03.th.seeweb.it (relay03.th.seeweb.it [IPv6:2001:4b7a:2000:18::164]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF330C061760 for ; Wed, 1 Sep 2021 07:55:06 -0700 (PDT) Received: from IcarusMOD.eternityproject.eu (unknown [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by m-r1.th.seeweb.it (Postfix) with ESMTPSA id 5693F1FAF9; Wed, 1 Sep 2021 16:55:05 +0200 (CEST) Subject: Re: [PATCH] arm64: dts: qcom: pm660: Add reboot mode support To: Shawn Guo , Bjorn Andersson Cc: Rob Herring , Konrad Dybcio , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org References: <20210824021918.17271-1-shawn.guo@linaro.org> From: AngeloGioacchino Del Regno Message-ID: Date: Wed, 1 Sep 2021 16:55:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: <20210824021918.17271-1-shawn.guo@linaro.org> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Il 24/08/21 04:19, Shawn Guo ha scritto: > It turns out that the pm660 PON is a GEN2 device. Update the compatible > to "qcom,pm8998-pon" and add reboot mode support, so that devices can be > rebooted into bootloader and recovery mode. Tested on Xiaomi Redmi Note > 7 phone. > > While at it, drop the unnecessary newline between 'compatible' and 'reg' > property. > > Signed-off-by: Shawn Guo Reviewed-by: AngeloGioacchino Del Regno