forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/Documentation/ABI/testing/debugfs-ec
....@@ -6,7 +6,7 @@
66 General information like which GPE is assigned to the EC and whether
77 the global lock should get used.
88 Knowing the EC GPE one can watch the amount of HW events related to
9
-the EC here (XY -> GPE number from /sys/kernel/debug/ec/*/gpe):
9
+the EC here (XY -> GPE number from `/sys/kernel/debug/ec/*/gpe`):
1010 /sys/firmware/acpi/interrupts/gpeXY
1111
1212 The io file is binary and a userspace tool located here:
....@@ -14,7 +14,8 @@
1414 should get used to read out the 256 Embedded Controller registers
1515 or writing to them.
1616
17
-CAUTION: Do not write to the Embedded Controller if you don't know
18
-what you are doing! Rebooting afterwards also is a good idea.
19
-This can influence the way your machine is cooled and fans may
20
-not get switched on again after you did a wrong write.
17
+CAUTION:
18
+ Do not write to the Embedded Controller if you don't know
19
+ what you are doing! Rebooting afterwards also is a good idea.
20
+ This can influence the way your machine is cooled and fans may
21
+ not get switched on again after you did a wrong write.