Message ID | 20181116162403.49854-12-lkundrak@v3.sk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for OLPC XO 1.75 Embedded Controller | expand |
Hi, On Fri, Nov 16, 2018 at 05:23:57PM +0100, Lubomir Rintel wrote: > The XO-1 and XO-1.5 batteries apparently differ in an ability to report > ambient temperature. > > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> > Reviewed-by: Rob Herring <robh@kernel.org> > Acked-by: Pavel Machek <pavel@ucw.cz> > > --- Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> -- Sebastian > Changes since v1: > - Collected Reviewed-by and Acked-by tags > > Documentation/devicetree/bindings/power/supply/olpc_battery.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/power/supply/olpc_battery.txt b/Documentation/devicetree/bindings/power/supply/olpc_battery.txt > index c8901b3992d9..8d87d6b35a98 100644 > --- a/Documentation/devicetree/bindings/power/supply/olpc_battery.txt > +++ b/Documentation/devicetree/bindings/power/supply/olpc_battery.txt > @@ -2,4 +2,4 @@ OLPC battery > ~~~~~~~~~~~~ > > Required properties: > - - compatible : "olpc,xo1-battery" > + - compatible : "olpc,xo1-battery" or "olpc,xo1.5-battery" > -- > 2.19.1 >
diff --git a/Documentation/devicetree/bindings/power/supply/olpc_battery.txt b/Documentation/devicetree/bindings/power/supply/olpc_battery.txt index c8901b3992d9..8d87d6b35a98 100644 --- a/Documentation/devicetree/bindings/power/supply/olpc_battery.txt +++ b/Documentation/devicetree/bindings/power/supply/olpc_battery.txt @@ -2,4 +2,4 @@ OLPC battery ~~~~~~~~~~~~ Required properties: - - compatible : "olpc,xo1-battery" + - compatible : "olpc,xo1-battery" or "olpc,xo1.5-battery"