lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 10 Mar 2014 16:22:51 -0500 From: Rob Herring <robherring2@...il.com> To: Josh Cartwright <joshc@...eaurora.org> Cc: Andrew Morton <akpm@...ux-foundation.org>, Alessandro Zummo <a.zummo@...ertech.it>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, linux-arm-msm <linux-arm-msm@...r.kernel.org>, rtc-linux@...glegroups.com, Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>, Mark Rutland <mark.rutland@....com>, Ian Campbell <ijc+devicetree@...lion.org.uk>, Kumar Gala <galak@...eaurora.org>, Rob Landley <rob@...dley.net>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org> Subject: Re: [PATCH v2 6/6] documentation: bindings: document PMIC8921/8058 RTC On Mon, Mar 10, 2014 at 1:44 PM, Josh Cartwright <joshc@...eaurora.org> wrote: > This RTC is found on the Qualcomm 8921 and 8058 PMICs. > > Signed-off-by: Josh Cartwright <joshc@...eaurora.org> > --- > .../devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt > > diff --git a/Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt b/Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt > new file mode 100644 > index 0000000..3eaa582 > --- /dev/null > +++ b/Documentation/devicetree/bindings/rtc/qcom,pm8xxx-rtc.txt > @@ -0,0 +1,21 @@ > +* Real-Time Clock for Qualcomm 8058/8921 PMICs > + > +Required properties: > +- compatible: should be one of the following. > + * "qcom,pm8058-rtc" > + * "qcom,pm8921-rtc" > +- reg: base address of the register region Wait a second. This is all part of an MFD device. I think this whole binding does not make sense on it's own. The DT should describe the PMIC, not necessarily some sub-component of it. Perhaps there are sub nodes of the PMIC node, but that would be all part of the PMIC binding. Having sub drivers for an MFD is really a Linux problem that doesn't belong in DT. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists