Message ID | 20220805234411.303055-3-tom@tom-fitzhenry.me.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for the Pine64 PinePhone Pro phone | expand |
On Sat, 06 Aug 2022 09:44:10 +1000, Tom Fitzhenry wrote: > Document board compatible names for Pine64 PinePhonePro. > > https://wiki.pine64.org/wiki/PinePhone_Pro > > Signed-off-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 7811ba64149cb..8ddedbd1ce317 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -494,6 +494,11 @@ properties: - const: pine64,pinenote - const: rockchip,rk3566 + - description: Pine64 PinePhonePro + items: + - const: pine64,pinephone-pro + - const: rockchip,rk3399 + - description: Pine64 Rock64 items: - const: pine64,rock64
Document board compatible names for Pine64 PinePhonePro. https://wiki.pine64.org/wiki/PinePhone_Pro Signed-off-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)