diff mbox series

[v3,01/21] ARM: dts: remove a unused compatible name in hip01-ca9x2.dts

Message ID 20200927062129.4573-2-thunder.leizhen@huawei.com (mailing list archive)
State New, archived
Headers show
Series add support for Hisilicon SD5203 SoC | expand

Commit Message

Leizhen (ThunderTown) Sept. 27, 2020, 6:21 a.m. UTC
The compatible name "hisilicon,hip01" does not exist in any C file, and
it is not mentioned in the description file "hisilicon.txt". Delete it.

Fixes: 56a9c909d88a ("ARM: dts: Add hip01-ca9x2 dts file")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
---
 arch/arm/boot/dts/hip01-ca9x2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/hip01-ca9x2.dts b/arch/arm/boot/dts/hip01-ca9x2.dts
index f05e74eacfe0bf2..936acb301c55a10 100644
--- a/arch/arm/boot/dts/hip01-ca9x2.dts
+++ b/arch/arm/boot/dts/hip01-ca9x2.dts
@@ -17,7 +17,7 @@ 
 
 / {
 	model = "Hisilicon HIP01 Development Board";
-	compatible = "hisilicon,hip01-ca9x2", "hisilicon,hip01";
+	compatible = "hisilicon,hip01-ca9x2";
 
 	cpus {
 		#address-cells = <1>;