PD#168480: reboot: meson: standardize the compatible property
Use 'amlogic,reboot' instead of 'aml,reboot'.
'aml,reboot' will be removed later.
Change-Id: I7d16795c98aa293fe204121ccd7da41c7d078f77
Signed-off-by: Jian Hu <jian.hu@amlogic.com>
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
--- /dev/null
+Amlogic Meson Reboot
+
+Required properties:
+ - compatible: must be "amlogic,reboot"
+
+ - sys_reset: should be 0x84000009
+ - sys_poweroff: should be 0x84000008
+ refere to Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf,page 34.
+
+Examples:
+
+ reboot {
+ compatible = "amlogic,reboot";
+ sys_reset = <0x84000009>;
+ sys_poweroff = <0x84000008>;
+ };
AMLOGIC TXL PANEL DRIVER
M: evoke zhang <evoke.zhang@amlogic.com>
F: arch/arm64/boot/dts/amlogic/mesontxl_p321-panel.dtsi
+
+AMLOGIC REBOOT
+M: Jian Hu <jian.hu@amlogic.com>
+F: Documentation/devicetree/bindings/amlogic/reboot-meson.txt
static const struct of_device_id of_aml_restart_match[] = {
{ .compatible = "aml, reboot", },
+ { .compatible = "amlogic,reboot", },
{},
};
MODULE_DEVICE_TABLE(of, of_aml_restart_match);