Add QPNP RTC device tree node. The RTC device resides into pm8941 and is attached on busid0. Signed-off-by: Stanimir Varbanov <svarbanov@xxxxxxxxxx> --- arch/arm/boot/dts/qcom-msm8974.dtsi | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index 8149397..a7cd1f4 100644 --- a/arch/arm/boot/dts/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom-msm8974.dtsi @@ -3,6 +3,7 @@ #include "skeleton.dtsi" #include <dt-bindings/clock/qcom,gcc-msm8974.h> +#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/spmi/spmi.h> / { @@ -258,6 +259,12 @@ reg = <0x0 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; + + pm8941_rtc { + compatible = "qcom,rtc-qpnp"; + reg = <0x60>, <0x61>; + interrupts = <0x0 0x61 0x1 IRQ_TYPE_EDGE_RISING>; + }; }; usid_bus1: pm8941@1 { -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html