On Sun, May 14, 2017 at 5:31 AM, Bjorn Andersson
[off-list ref] wrote:
On Sat 13 May 07:15 PDT 2017, Linus Walleij wrote:
quoted
+ xoadc: xoadc at 197 {
+ compatible = "qcom,pm8058-adc";
+ reg = <0x197>;
+ interrupts-extended = <&pm8058 76 IRQ_TYPE_EDGE_RISING>;
+ #address-cells = <2>;
+ #size-cells = <0>;
+ #io-channel-cells = <2>;
+
+ vcoin: adc-channel at 00 {
Is it possible to reference these nodes directly? Regardless they make
the dts human readable, so I'm fine either way.
The alias is there to make it human readable, indeed.
Acked-by: Bjorn Andersson <redacted>
Thanks!
Linus