kernel: bump 5.4 to 5.4.153
[openwrt/staging/chunkeey.git] / target / linux / layerscape / patches-5.4 / 302-v5.7-dts-0119-arm64-dts-ls1043a-rdb-add-compatible-for-board.patch
1 From fa578d4e9fbef8928a45edd904dafb1e3334417e Mon Sep 17 00:00:00 2001
2 From: Yangbo Lu <yangbo.lu@nxp.com>
3 Date: Thu, 30 Apr 2020 10:56:46 +0800
4 Subject: [PATCH] arm64: dts: ls1043a-rdb: add compatible for board
5
6 Add compatible for board to identify.
7
8 Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
9 Signed-off-by: Shawn Guo <shawnguo@kernel.org>
10 ---
11 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
15 +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
16 @@ -13,6 +13,7 @@
17
18 / {
19 model = "LS1043A RDB Board";
20 + compatible = "fsl,ls1043a-rdb", "fsl,ls1043a";
21
22 aliases {
23 serial0 = &duart0;