diff options
author | Andre Przywara <andre.przywara@arm.com> | 2025-05-05 19:47:28 +0300 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2025-05-13 12:41:25 +0300 |
commit | d26382bb852cd9020a276765d3f2695f2aa7f607 (patch) | |
tree | 5ebc5d73d942a47d4a8ffecafc64a24a169daa94 | |
parent | 9baa27a2e9fc746143ab686b6dbe2d515284a4c5 (diff) | |
download | linux-d26382bb852cd9020a276765d3f2695f2aa7f607.tar.xz |
dt-bindings: arm: sunxi: Add Liontron H-A133L board name
The Liontron H-A133L is an industrial development board using the
Allwinner A133 SoC.
Add its compatible name to the list of valid board names.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250505164729.18175-3-andre.przywara@arm.com
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index cb354c2c61b2..7807ea613258 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -492,6 +492,11 @@ properties: - const: lamobo,lamobo-r1 - const: allwinner,sun7i-a20 + - description: Liontron H-A133L + items: + - const: liontron,h-a133l + - const: allwinner,sun50i-a100 + - description: HAOYU Electronics Marsboard A10 items: - const: haoyu,a10-marsboard |