Patch "arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-qcom-pm8916-remove-wrong-reg-names-for-rtc.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 19f2665e17404bfab6e233e3c009a2911436666e
Author: Stephan Gerhold <stephan@xxxxxxxxxxx>
Date:   Tue Sep 28 13:29:43 2021 +0200

    arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
    
    [ Upstream commit 483de2b44cd3a168458f8f9ff237e78a434729bc ]
    
    While removing the size from the "reg" properties in pm8916.dtsi,
    commit bd6429e81010 ("ARM64: dts: qcom: Remove size elements from
    pmic reg properties") mistakenly also removed the second register
    address for the rtc@6000 device. That one did not represent the size
    of the register region but actually the address of the second "alarm"
    register region of the rtc@6000 device.
    
    Now there are "reg-names" for two "reg" elements, but there is actually
    only one "reg" listed.
    
    Since the DT schema for "qcom,pm8941-rtc" only expects one "reg"
    element anyway, just drop the "reg-names" entirely to fix this.
    
    Fixes: bd6429e81010 ("ARM64: dts: qcom: Remove size elements from pmic reg properties")
    Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210928112945.25310-1-stephan@xxxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi
index f931cb0de231f..42180f1b5dbbb 100644
--- a/arch/arm64/boot/dts/qcom/pm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi
@@ -86,7 +86,6 @@
 		rtc@6000 {
 			compatible = "qcom,pm8941-rtc";
 			reg = <0x6000>;
-			reg-names = "rtc", "alarm";
 			interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>;
 		};
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux