diff options
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index b8deb6ce2679..c52722b14e4a 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi | |||
@@ -393,7 +393,13 @@ | |||
393 | sysctrl: system-controller@00000000 { | 393 | sysctrl: system-controller@00000000 { |
394 | compatible = "hisilicon,sysctrl", "syscon"; | 394 | compatible = "hisilicon,sysctrl", "syscon"; |
395 | reg = <0x00000000 0x1000>; | 395 | reg = <0x00000000 0x1000>; |
396 | reboot-offset = <0x4>; | 396 | }; |
397 | |||
398 | reboot { | ||
399 | compatible = "syscon-reboot"; | ||
400 | regmap = <&sysctrl>; | ||
401 | offset = <0x4>; | ||
402 | mask = <0xdeadbeef>; | ||
397 | }; | 403 | }; |
398 | 404 | ||
399 | cpuctrl@00a22000 { | 405 | cpuctrl@00a22000 { |