I agree, Will fix this in next version.
+ apcs: syscon@2011000 {
+ compatible = "syscon";
+ reg = <0x2011000 0x1000>;
+ };
+
+ rpm@108000 {
+ compatible = "qcom,rpm-apq8064";
+ reg = <0x108000 0x1000>;
+ qcom,ipc = <&apcs 0x8 2>;
I don't like your indentation, but please stick with one way of doing it :)
Yes we can add for the sake of completeness but w.r.t testing only some of them will be tested+
+ interrupts = <0 19 0>, <0 21 0>, <0 22 0>;
+ interrupt-names = "ack", "err", "wakeup";
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
This part looks good.
But how about adding all the regulators here as well?
Like:Adding nodes like this should be trival.
pm8921_l5: pm8921-l5 {
compatible = "qcom,rpm-pm8921-pldo";
reg = <QCOM_RPM_PM8921_LDO5>;
};
...Ok.. will be done in next version.
That way we can update the references from this file (while still allowing the
dts to override it if needed). I'm not sure if we should add some sane defaults
or just completely deferr specifying the voltage ranges to the dts. The benefit
of the latter is that the regulators not configured by the dts author will not
be accessible.
But simply listing all the nodes here would be nice and I dont see much reason
to postpone this work.
--
+ };
+
/* Temporary fixed regulator */
vsdcc_fixed: vsdcc-regulator {
compatible = "regulator-fixed";
Regards,
Bjorn