diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-08-30 12:53:17 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-20 18:46:33 +0100 |
commit | 2694107888a5865cd2b7e088415136da28f59f7a (patch) | |
tree | 563abbcf288f3d14d7aa97ea2531743976f3a66f /arch/arm64 | |
parent | 3804f9dd8f76946980bcf030dec176181a6d1f4f (diff) | |
download | linux-stable-2694107888a5865cd2b7e088415136da28f59f7a.tar.gz linux-stable-2694107888a5865cd2b7e088415136da28f59f7a.tar.bz2 linux-stable-2694107888a5865cd2b7e088415136da28f59f7a.zip |
arm64: dts: meson: libretech: update board model
[ Upstream commit b7eb0e26cc4a212fde09144cd49d4103170d2b9e ]
There is actually several different libretech board with the CC suffix
so the model name is not appropriate here. Update to something more
specific
Reported-by: Da Xue <da@lessconfused.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts index f63bceb88caa..90a56af967a7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts @@ -13,7 +13,7 @@ / { compatible = "libretech,cc", "amlogic,s905x", "amlogic,meson-gxl"; - model = "Libre Technology CC"; + model = "Libre Computer Board AML-S905X-CC"; aliases { serial0 = &uart_AO; |