arm64: dts: qcom: pmk8350: Use the correct PON compatible

Message ID 20230213212930.2115182-1-konrad.dybcio@linaro.org
State New
Headers
Series arm64: dts: qcom: pmk8350: Use the correct PON compatible |

Commit Message

Konrad Dybcio Feb. 13, 2023, 9:29 p.m. UTC
  A special compatible was introduced for PMK8350 both in the driver and
the bindings to facilitate for 2 base registers (PBS & HLOS). Use it.

Fixes: b2de43136058 ("arm64: dts: qcom: pmk8350: Add peripherals for pmk8350")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/pmk8350.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Bjorn Andersson Feb. 13, 2023, 10:23 p.m. UTC | #1
On Mon, 13 Feb 2023 22:29:30 +0100, Konrad Dybcio wrote:
> A special compatible was introduced for PMK8350 both in the driver and
> the bindings to facilitate for 2 base registers (PBS & HLOS). Use it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: pmk8350: Use the correct PON compatible
      commit: c0ee8e0ba5cc17623e63349a168b41e407b1eef0

Best regards,
  

Patch

diff --git a/arch/arm64/boot/dts/qcom/pmk8350.dtsi b/arch/arm64/boot/dts/qcom/pmk8350.dtsi
index 32f5e6af8c11..f26fb7d32faf 100644
--- a/arch/arm64/boot/dts/qcom/pmk8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmk8350.dtsi
@@ -21,7 +21,7 @@  pmk8350: pmic@PMK8350_SID {
 		#size-cells = <0>;
 
 		pmk8350_pon: pon@1300 {
-			compatible = "qcom,pm8998-pon";
+			compatible = "qcom,pmk8350-pon";
 			reg = <0x1300>, <0x800>;
 			reg-names = "hlos", "pbs";