Message ID | afbda3c9439f08cbf57c184ff6b96bdf7f5ca8b4.1435308209.git.Adam.Thomson.Opensource@diasemi.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Fri, 26 Jun 2015, Adam Thomson wrote: > Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> > --- > Documentation/devicetree/bindings/mfd/da9150.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/da9150.txt b/Documentation/devicetree/bindings/mfd/da9150.txt > index d0588ea..8bf1a20 100644 > --- a/Documentation/devicetree/bindings/mfd/da9150.txt > +++ b/Documentation/devicetree/bindings/mfd/da9150.txt > @@ -6,6 +6,7 @@ Device Description > ------ ----------- > da9150-gpadc : General Purpose ADC > da9150-charger : Battery Charger > +da9150-fg : Battery Fuel-Gauge > > ====== > > @@ -22,6 +23,7 @@ Required properties: > Sub-devices: > - da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt > - da9150-charger: See Documentation/devicetree/bindings/power/da9150-charger.txt > +- da9150-fg: See Documentation/devicetree/bindings/power/da9150-fg.txt Can you send a subsequent patch doing: s-Documentation/devicetree/bindings/-../- > > Superfluous '\n' here. > 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 <lee.jones@linaro.org>
T24gSnVseSAzLCAyMDE1IDE2OjE5LCBMZWUgSm9uZXMgd3JvdGU6DQoNCj4gPiBAQCAtMjIsNiAr MjMsNyBAQCBSZXF1aXJlZCBwcm9wZXJ0aWVzOg0KPiA+ICBTdWItZGV2aWNlczoNCj4gPiAgLSBk YTkxNTAtZ3BhZGM6IFNlZSBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvaWlvL2Fk Yy9kYTkxNTAtDQo+IGdwYWRjLnR4dA0KPiA+ICAtIGRhOTE1MC1jaGFyZ2VyOiBTZWUgRG9jdW1l bnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL3Bvd2VyL2RhOTE1MC0NCj4gY2hhcmdlci50eHQN Cj4gPiArLSBkYTkxNTAtZmc6IFNlZSBEb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3Mv cG93ZXIvZGE5MTUwLWZnLnR4dA0KPiANCj4gQ2FuIHlvdSBzZW5kIGEgc3Vic2VxdWVudCBwYXRj aCBkb2luZzoNCj4gDQo+IHMtRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzLy0uLi8t DQoNClllcCwgY2FuIGRvLg0KDQo+ID4NCj4gPg0KPiANCj4gU3VwZXJmbHVvdXMgJ1xuJyBoZXJl Lg0KDQpXaWxsIHJlbW92ZS4NCg0KPiANCj4gPiAgRXhhbXBsZToNCj4gPiBAQCAtNDAsNCArNDIs OCBAQCBFeGFtcGxlOg0KPiA+ICAJCWRhOTE1MC1jaGFyZ2VyIHsNCj4gPiAgCQkJLi4uDQo+ID4g IAkJfTsNCj4gPiArDQo+ID4gKwkJZGE5MTUwLWZnIHsNCj4gPiArCQkJLi4uDQo+ID4gKwkJfTsN Cj4gDQo+IFBlcmhhcHMgYSBsaXR0bGUgY29udGVudCB3b3VsZG4ndCBnbyBhbWlzcyBoZXJlIGZv ciBxdWljayByZWZlcmVuY2UuDQo+IA0KPiBTYXZlcyBkaXBwaW5nIGluIGFuZCBvdXQgb2YgdGhl IG90aGVyIGJpbmRpbmcgZmlsZXMuDQo+IA0KPiBUaGlzIHBhdGNoIGlzIGZpbmUgdGhvdWdoOg0K PiAgIEFja2VkLWJ5OiBMZWUgSm9uZXMgPGxlZS5qb25lc0BsaW5hcm8ub3JnPg0KPiANCg0KVGhh bmtzIGZvciB0aGUgYWNrLiBXaWxsIGFkZCBhIGxpdHRsZSBpbmZvIGluIHRoZSBleGFtcGxlLg0K -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/mfd/da9150.txt b/Documentation/devicetree/bindings/mfd/da9150.txt index d0588ea..8bf1a20 100644 --- a/Documentation/devicetree/bindings/mfd/da9150.txt +++ b/Documentation/devicetree/bindings/mfd/da9150.txt @@ -6,6 +6,7 @@ Device Description ------ ----------- da9150-gpadc : General Purpose ADC da9150-charger : Battery Charger +da9150-fg : Battery Fuel-Gauge ====== @@ -22,6 +23,7 @@ Required properties: Sub-devices: - da9150-gpadc: See Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt - da9150-charger: See Documentation/devicetree/bindings/power/da9150-charger.txt +- da9150-fg: See Documentation/devicetree/bindings/power/da9150-fg.txt Example: @@ -40,4 +42,8 @@ Example: da9150-charger { ... }; + + da9150-fg { + ... + }; };
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> --- Documentation/devicetree/bindings/mfd/da9150.txt | 6 ++++++ 1 file changed, 6 insertions(+) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html