Loading bindings/soc/qcom/qcom,vm-restart.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line * VM Restart Driver VM restart driver supports virtual machine power down and restart. Required properties: - compatible: Must be "qcom,vm-restart" Example: vm_restart: restart { compatible = "qcom,vm-restart"; }; qcom/quin-vm-common.dtsi +17 −0 Original line number Diff line number Diff line Loading @@ -281,4 +281,21 @@ cell-index = <0>; status = "okay"; }; wdog: qcom,wdt@17c10000 { compatible = "qcom,msm-watchdog"; reg = <0x17c10000 0x1000>; reg-names = "wdt-base"; interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>, <0 1 IRQ_TYPE_LEVEL_HIGH>; qcom,bark-time = <11000>; qcom,pet-time = <9360>; qcom,ipi-ping; qcom,wakeup-enable; }; vm_restart: restart { compatible = "qcom,vm-restart"; status = "ok"; }; }; Loading
bindings/soc/qcom/qcom,vm-restart.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line * VM Restart Driver VM restart driver supports virtual machine power down and restart. Required properties: - compatible: Must be "qcom,vm-restart" Example: vm_restart: restart { compatible = "qcom,vm-restart"; };
qcom/quin-vm-common.dtsi +17 −0 Original line number Diff line number Diff line Loading @@ -281,4 +281,21 @@ cell-index = <0>; status = "okay"; }; wdog: qcom,wdt@17c10000 { compatible = "qcom,msm-watchdog"; reg = <0x17c10000 0x1000>; reg-names = "wdt-base"; interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>, <0 1 IRQ_TYPE_LEVEL_HIGH>; qcom,bark-time = <11000>; qcom,pet-time = <9360>; qcom,ipi-ping; qcom,wakeup-enable; }; vm_restart: restart { compatible = "qcom,vm-restart"; status = "ok"; }; };