b6443367d8
update_kernel.sh refreshed all patches, no human interaction was needed Build system: x86_64 Run-tested: Netgear R7800 (ipq806x) Signed-off-by: John Audia <graysky@archlinux.us>
24 lines
691 B
Diff
24 lines
691 B
Diff
From fa578d4e9fbef8928a45edd904dafb1e3334417e Mon Sep 17 00:00:00 2001
|
|
From: Yangbo Lu <yangbo.lu@nxp.com>
|
|
Date: Thu, 30 Apr 2020 10:56:46 +0800
|
|
Subject: [PATCH] arm64: dts: ls1043a-rdb: add compatible for board
|
|
|
|
Add compatible for board to identify.
|
|
|
|
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
|
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
|
|
---
|
|
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
|
|
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
|
|
@@ -13,6 +13,7 @@
|
|
|
|
/ {
|
|
model = "LS1043A RDB Board";
|
|
+ compatible = "fsl,ls1043a-rdb", "fsl,ls1043a";
|
|
|
|
aliases {
|
|
serial0 = &duart0;
|