Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: ABI: sysfs-devices-soc: Fix swapped sample values

The sample values for `family` and `machine` were swapped relative to
what the driver actually does, and doesn't match the field description.

Fixes: da5a70f3519f ("Documentation: add information for new sysfs soc bus functionality")
Reviewed-by: Lee Jones <lee@kernel.org>
Signed-off-by: Matthew Maurer <mmaurer@google.com>
Link: https://patch.msgid.link/20251226-soc-bindings-v4-2-2c2fac08f820@google.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>

authored by

Matthew Maurer and committed by
Danilo Krummrich
2f4ca874 f8f9c1f4

+2 -2
+2 -2
Documentation/ABI/testing/sysfs-devices-soc
··· 17 17 contact: Lee Jones <lee@kernel.org> 18 18 Description: 19 19 Read-only attribute common to all SoCs. Contains the SoC machine 20 - name (e.g. Ux500). 20 + name (e.g. DB8500). 21 21 22 22 What: /sys/devices/socX/family 23 23 Date: January 2012 24 24 contact: Lee Jones <lee@kernel.org> 25 25 Description: 26 26 Read-only attribute common to all SoCs. Contains SoC family name 27 - (e.g. DB8500). 27 + (e.g. ux500). 28 28 29 29 On many of ARM based silicon with SMCCC v1.2+ compliant firmware 30 30 this will contain the JEDEC JEP106 manufacturer’s identification