diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2025-04-16 18:00:06 +0800 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2025-04-28 11:34:34 +0800 |
commit | a1c3985cc7231185aa38734cc7996f94ff7febca (patch) | |
tree | 2b38e2758c85928ae1744aba9e3402ee20aa2f46 | |
parent | efcb1a41592ab6b1e2e957c137674bdd4ff64eb5 (diff) |
arm64: dts: allwinner: correct the model name for Radxa Cubie A5E
According to https://radxa.com/products/cubie/a5e,
the name of this board should be "Radxa Cubie A5E".
This is also consistent with the dt-bindings.
Fixes: 80e0fb4e491b ("arm64: dts: allwinner: a523: add Radxa A5E support")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Link: https://patch.msgid.link/20250416100006.82920-1-amadeus@jmu.edu.cn
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts b/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts index ad9bd6da4249..2d2f3af91d05 100644 --- a/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts +++ b/arch/arm64/boot/dts/allwinner/sun55i-a527-cubie-a5e.dts @@ -8,7 +8,7 @@ #include <dt-bindings/gpio/gpio.h> / { - model = "Radxa A5E"; + model = "Radxa Cubie A5E"; compatible = "radxa,cubie-a5e", "allwinner,sun55i-a527"; aliases { |