diff options
author | Andre Przywara <andre.przywara@arm.com> | 2024-02-09 11:40:17 +0000 |
---|---|---|
committer | Jernej Skrabec <jernej.skrabec@gmail.com> | 2024-02-23 21:04:01 +0100 |
commit | 53e437141f759d505b325ecfdcca4cb29dfff25d (patch) | |
tree | 36465bf9bcc3b300feac0748c26ba5d67b6906cf /Documentation/devicetree/bindings/arm/sunxi.yaml | |
parent | 171b99b27691d15e33861d3cc92ac93a80e290ab (diff) |
dt-bindings: arm: sunxi: document Remix Mini PC name
The Jide Remix Mini PC is a mini computer that ships with the Remix OS
Android based system. The SoC is an Allwinner H64, which is very close,
if not identical to the Allwinner A64.
Add the board/SoC compatible string pair to the list of known boards.
There are some drivers that look explicitly for the A64 compatible name,
so retain this name to increase compatibility.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240209114018.3580370-3-andre.przywara@arm.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/sunxi.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index a9d8e85565b8..dab7a248c88d 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -815,6 +815,12 @@ properties: - const: allwinner,r7-tv-dongle - const: allwinner,sun5i-a10s + - description: Remix Mini PC + items: + - const: jide,remix-mini-pc + - const: allwinner,sun50i-h64 + - const: allwinner,sun50i-a64 + - description: RerVision H3-DVK items: - const: rervision,h3-dvk |