Message ID | 20200227012650.1179151-3-megous@megous.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | a886ed26568646cb542866207563e2ad9afcde69 |
Headers | show |
Series | Add support for Pine64 PinePhone Linux Smartphone | expand |
Hello, On Thu, Feb 27, 2020 at 02:26:49AM +0100, megous hlavni wrote: > Document board compatible names for Pine64 PinePhone: > > - 1.0 - Developer variant > - 1.1 - Braveheart variant > > Signed-off-by: Ondrej Jirman <megous@megous.com> This also got: Reviewed-by: Rob Herring <robh@kernel.org> short time ago on v1. I didn't catch that before sending v2 out. regards, o. > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > index 5b22b77e4bb73..abf2d97fb7ae3 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > @@ -642,6 +642,16 @@ properties: > - const: pine64,pinebook > - const: allwinner,sun50i-a64 > > + - description: Pine64 PinePhone Developer Batch (1.0) > + items: > + - const: pine64,pinephone-1.0 > + - const: allwinner,sun50i-a64 > + > + - description: Pine64 PinePhone Braveheart (1.1) > + items: > + - const: pine64,pinephone-1.1 > + - const: allwinner,sun50i-a64 > + > - description: Pine64 PineTab > items: > - const: pine64,pinetab > -- > 2.25.1 >
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 5b22b77e4bb73..abf2d97fb7ae3 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -642,6 +642,16 @@ properties: - const: pine64,pinebook - const: allwinner,sun50i-a64 + - description: Pine64 PinePhone Developer Batch (1.0) + items: + - const: pine64,pinephone-1.0 + - const: allwinner,sun50i-a64 + + - description: Pine64 PinePhone Braveheart (1.1) + items: + - const: pine64,pinephone-1.1 + - const: allwinner,sun50i-a64 + - description: Pine64 PineTab items: - const: pine64,pinetab
Document board compatible names for Pine64 PinePhone: - 1.0 - Developer variant - 1.1 - Braveheart variant Signed-off-by: Ondrej Jirman <megous@megous.com> --- Documentation/devicetree/bindings/arm/sunxi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+)