[PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible

Neil Armstrong posted 2 patches 2 years, 7 months ago
[PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible
Posted by Neil Armstrong 2 years, 7 months ago
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 <neil.armstrong@linaro.org>
---
 arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/pmk8550.dtsi b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
index 47213d05bf92..201efeda7d2d 100644
--- a/arch/arm64/boot/dts/qcom/pmk8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
@@ -16,7 +16,7 @@ pmk8550: pmic@0 {
 		#size-cells = <0>;
 
 		pmk8550_pon: pon@1300 {
-			compatible = "qcom,pm8998-pon";
+			compatible = "qcom,pmk8350-pon";
 			reg = <0x1300>, <0x800>;
 			reg-names = "hlos", "pbs";
 

-- 
2.34.1
Re: [PATCH 2/2] arm64: dts: qcom: pmk8550: fix PON compatible
Posted by Dmitry Baryshkov 2 years, 7 months ago
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 <neil.armstrong@linaro.org>
> ---
>   arch/arm64/boot/dts/qcom/pmk8550.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

-- 
With best wishes
Dmitry