mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rv1126: Add reboot-mode
Change-Id: If6dbf7c18f0be57bc69dd373d1d2b9f6d1d6fc35 Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <dt-bindings/interrupt-controller/irq.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/pinctrl/rockchip.h>
|
||||
#include <dt-bindings/soc/rockchip,boot-mode.h>
|
||||
#include <dt-bindings/soc/rockchip-system-status.h>
|
||||
#include "rv1126-dram-default-timing.dtsi"
|
||||
|
||||
@@ -214,6 +215,18 @@
|
||||
pmu_io_domains: io-domains {
|
||||
compatible = "rockchip,rv1126-pmu-io-voltage-domain";
|
||||
};
|
||||
|
||||
reboot-mode {
|
||||
compatible = "syscon-reboot-mode";
|
||||
offset = <0x200>;
|
||||
mode-bootloader = <BOOT_BL_DOWNLOAD>;
|
||||
mode-charge = <BOOT_CHARGING>;
|
||||
mode-fastboot = <BOOT_FASTBOOT>;
|
||||
mode-loader = <BOOT_BL_DOWNLOAD>;
|
||||
mode-normal = <BOOT_NORMAL>;
|
||||
mode-recovery = <BOOT_RECOVERY>;
|
||||
mode-ums = <BOOT_UMS>;
|
||||
};
|
||||
};
|
||||
|
||||
qos_usb_host: qos@fe810000 {
|
||||
|
||||
Reference in New Issue
Block a user