hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/Documentation/ABI/testing/sysfs-bus-platform
....@@ -18,3 +18,13 @@
1818 devices to opt-out of driver binding using a driver_override
1919 name such as "none". Only a single driver may be specified in
2020 the override, there is no support for parsing delimiters.
21
+
22
+What: /sys/bus/platform/devices/.../numa_node
23
+Date: June 2020
24
+Contact: Barry Song <song.bao.hua@hisilicon.com>
25
+Description:
26
+ This file contains the NUMA node to which the platform device
27
+ is attached. It won't be visible if the node is unknown. The
28
+ value comes from an ACPI _PXM method or a similar firmware
29
+ source. Initial users for this file would be devices like
30
+ arm smmu which are populated by arm64 acpi_iort.