Message ID | 20200229144817.355678-2-t.schramm@manjaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for the pine64 Pinebook Pro | expand |
Am Samstag, 29. Februar 2020, 15:48:16 CET schrieb Tobias Schramm: > This commit adds a compatible for the Pinebook Pro. > > Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> The old patch from Emmanuel already got an Reviewed-by: Rob Herring <robh@kernel.org> and as this is the same binding, this should just be kept :-) [Mainly for me to remember as well] Heiko > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index 874b0eaa2a75..482a0cbfb18a 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -402,6 +402,11 @@ properties: > - const: phytec,rk3288-phycore-som > - const: rockchip,rk3288 > > + - description: Pine64 Pinebook Pro > + items: > + - const: pine64,pinebook-pro > + - const: rockchip,rk3399 > + > - description: Pine64 Rock64 > items: > - const: pine64,rock64 >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 874b0eaa2a75..482a0cbfb18a 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -402,6 +402,11 @@ properties: - const: phytec,rk3288-phycore-som - const: rockchip,rk3288 + - description: Pine64 Pinebook Pro + items: + - const: pine64,pinebook-pro + - const: rockchip,rk3399 + - description: Pine64 Rock64 items: - const: pine64,rock64
This commit adds a compatible for the Pinebook Pro. Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)