summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/hisi-x5hd2.dtsi
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2020-10-12 14:12:23 +0800
committerWei Xu <xuwei5@hisilicon.com>2020-11-24 19:43:18 +0800
commitd48b6ef74ab06c5b29bd9ee9e830bdc639b196ee (patch)
treead6c9729334102acb02fc67fd884eda71f4a6080 /arch/arm/boot/dts/hisi-x5hd2.dtsi
parent4c246408f0bdbc4100c95a5dad9e0688b4a3cfd0 (diff)
ARM: dts: hisilicon: fix errors detected by syscon.yaml
The DT binding for system controller is not allowed to contain only the compatible string "syscon", the Hisilicon peripheral subsystem controller should add compatible string "hisilicon,peri-subctrl". Otherwise, the error "compatible: ['syscon'] is too short" will be reported. Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hisi-x5hd2.dtsi')
-rw-r--r--arch/arm/boot/dts/hisi-x5hd2.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi
index 9a513893758b..97211385dc89 100644
--- a/arch/arm/boot/dts/hisi-x5hd2.dtsi
+++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi
@@ -468,7 +468,7 @@
};
peripheral_ctrl: syscon@a20000 {
- compatible = "syscon";
+ compatible = "hisilicon,peri-subctrl", "syscon";
reg = <0xa20000 0x1000>;
};