Loading drivers/rtc/rtc-pm8xxx.c +3 −0 Original line number Diff line number Diff line Loading @@ -546,6 +546,9 @@ static int pm8xxx_rtc_probe(struct platform_device *pdev) return rc; } if (of_property_read_bool(pdev->dev.of_node, "disable-alarm-wakeup")) device_set_wakeup_capable(&pdev->dev, false); dev_dbg(&pdev->dev, "Probe success !!\n"); return 0; Loading Loading
drivers/rtc/rtc-pm8xxx.c +3 −0 Original line number Diff line number Diff line Loading @@ -546,6 +546,9 @@ static int pm8xxx_rtc_probe(struct platform_device *pdev) return rc; } if (of_property_read_bool(pdev->dev.of_node, "disable-alarm-wakeup")) device_set_wakeup_capable(&pdev->dev, false); dev_dbg(&pdev->dev, "Probe success !!\n"); return 0; Loading