On July 3, 2015 16:19, Lee Jones wrote:
quoted
@@ -22,6 +23,7 @@ Required properties:
Sub-devices:
- da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/da9150-
gpadc.txt
quoted
- da9150-charger: See Documentation/devicetree/bindings/power/da9150-
charger.txt
quoted
+- da9150-fg: See Documentation/devicetree/bindings/power/da9150-fg.txt
Can you send a subsequent patch doing:
s-Documentation/devicetree/bindings/-../-
Yep, can do.
quoted
Superfluous '\n' here.
Will remove.
quoted
Example:
@@ -40,4 +42,8 @@ Example:
da9150-charger {
...
};
+
+ da9150-fg {
+ ...
+ };
Perhaps a little content wouldn't go amiss here for quick reference.
Saves dipping in and out of the other binding files.
This patch is fine though:
Acked-by: Lee Jones [off-list ref]
Thanks for the ack. Will add a little info in the example.