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 AAE77C636D3 for ; Tue, 7 Feb 2023 10:30:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231469AbjBGKav (ORCPT ); Tue, 7 Feb 2023 05:30:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231416AbjBGKaj (ORCPT ); Tue, 7 Feb 2023 05:30:39 -0500 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0BB63527F for ; Tue, 7 Feb 2023 02:30:26 -0800 (PST) Received: by mail-ej1-x631.google.com with SMTP id ud5so41981093ejc.4 for ; Tue, 07 Feb 2023 02:30:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=3UsRhXRFs9hrZRt6IhSSd8w0WAFtLjYJYFnRkhP2FVc=; b=DAwArbfyDYK8YLfvK89NI4ckbt6HEMDT47v7a9/GelG5HKpqgAypdVh/Sm8ZNjk/jc BbSSI5aON8z6yptTLsvJSlfL7tPjkWbJAoYN4gdE7sB+JsiTRN8nxTexosW9d0crMZ0V cJ1hOmWt/z+6w29WnNcXwksfWIqqCwYchKr2e2lc3I3AF0zwcnZ3qdmJlfYKuuqXGCZH GBO/JsukBe2B1N6wKhLCKyyimIKoHk2McPpPCIqz9xJsQ4NJKkBWV0Rr34H8NucyfAPB lpoDnldrSxjj8icrypw5yjx1g9RsgqQuaG0hqxG03ykT9CzIiTPud+kj8JWlowGvvBXO sldw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=3UsRhXRFs9hrZRt6IhSSd8w0WAFtLjYJYFnRkhP2FVc=; b=GzqiBul1G4SbQ36IvmOjaQa1dceyeQsbll6faTa0KH8vrQBT/Ti8y6Dz9G5QT7ORCm JFe5mE8KIxUf2qAk0/N7O1lG8hIKlW4BOvYIVxiP6T29Mw2XxImhICN6cTxdo44hVItB LLpzIfZPwkgFnust3dQuQjGRHirl2ud29IqHPmxQiWvh4BH2IhHKeibwwE0Pi8JAeqKr B1WbbIYWSqrd/TZdFPQIwx1iDOHR8PCQPWLT5wfepP385517QEPfjn7ovJag57h2QeKQ qWjPNOQmIloG4cWLGhULuXKhSzKRpM8YynIRwdpl/WH7Q9GV0qcEJKqNAmlcPbtK46i2 BMlg== X-Gm-Message-State: AO0yUKUE43Pqob/A+g25s8lb57hPB8O3OqrQ3zJ1mr+Jt2aqaPV0lP13 q5VfNMHhJS5AhyYRR8FFdylKgQ== X-Google-Smtp-Source: AK7set81oA1hCR6TXYS1Al0eRsc/xby+y0Mc1ViatvGMtCUdUsIITyap+cUOU7OLaGr8tG+y7KkkEg== X-Received: by 2002:a17:906:801:b0:884:37fd:bf4c with SMTP id e1-20020a170906080100b0088437fdbf4cmr3050044ejd.19.1675765825371; Tue, 07 Feb 2023 02:30:25 -0800 (PST) Received: from ?IPV6:2001:14ba:a085:4d00::8a5? (dzccz6yyyyyyyyyyybcwt-3.rev.dnainternet.fi. [2001:14ba:a085:4d00::8a5]) by smtp.gmail.com with ESMTPSA id t9-20020a170906608900b0088f464ac276sm6692727ejj.30.2023.02.07.02.30.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 07 Feb 2023 02:30:25 -0800 (PST) Message-ID: Date: Tue, 7 Feb 2023 12:30:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible Content-Language: en-GB To: Neil Armstrong , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230207-topic-sm8550-upstream-sm8550-dt-fix-v1-0-698d132ab285@linaro.org> <20230207-topic-sm8550-upstream-sm8550-dt-fix-v1-2-698d132ab285@linaro.org> From: Dmitry Baryshkov In-Reply-To: <20230207-topic-sm8550-upstream-sm8550-dt-fix-v1-2-698d132ab285@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 07/02/2023 12:06, Neil Armstrong wrote: > The right compatible is qcom,pmk8350-pon, it matches the > reg resources associated to the node and the subnodes compatible > properties. > > Fixes: e9c0a4e48489 ("arm64: dts: qcom: Add PMK8550 pmic dtsi") > Signed-off-by: Neil Armstrong > --- > arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry