Message ID | 20231217232405.302-2-andre.przywara@arm.com |
---|---|
State | New |
Headers | show |
Series | arm64: dts: allwinner: Add BananaPi M4 Berry | expand |
On 18/12/2023 00:24, Andre Przywara wrote: > The Bananapi M4 Berry is a development board with the Allwinner H618 SoC. > > Add the board/SoC compatible string pair to the list of known boards. > > Signed-off-by: Andre Przywara <andre.przywara@arm.com> > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 5e91110cc9eb8..b659e03550315 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -136,6 +136,11 @@ properties: - const: sinovoip,bpi-m3 - const: allwinner,sun8i-a83t + - description: BananaPi M4 Berry + items: + - const: sinovoip,bananapi-m4-berry + - const: allwinner,sun50i-h618 + - description: BananaPi M64 items: - const: sinovoip,bananapi-m64
The Bananapi M4 Berry is a development board with the Allwinner H618 SoC. Add the board/SoC compatible string pair to the list of known boards. Signed-off-by: Andre Przywara <andre.przywara@arm.com> --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+)