forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
platform/mellanox: fix the mlx-bootctl sysfs
This is a follow-up commit for the sysfs attributes to change from DRIVER_ATTR to DEVICE_ATTR according to some initial comments. In such case, it's better to point the sysfs path to the device itself instead of the driver. The ABI document is also updated. Fixes: 79e29cb ("platform/mellanox: Add bootctl driver for Mellanox BlueField Soc") Signed-off-by: Liming Sun <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
What: /sys/bus/platform/devices/MLNXBF04:00/driver/lifecycle_state | ||
What: /sys/bus/platform/devices/MLNXBF04:00/lifecycle_state | ||
Date: Oct 2019 | ||
KernelVersion: 5.5 | ||
Contact: "Liming Sun <[email protected]>" | ||
|
@@ -10,7 +10,7 @@ Description: | |
GA Non-Secured - Non-Secure chip and not able to change state | ||
RMA - Return Merchandise Authorization | ||
|
||
What: /sys/bus/platform/devices/MLNXBF04:00/driver/post_reset_wdog | ||
What: /sys/bus/platform/devices/MLNXBF04:00/post_reset_wdog | ||
Date: Oct 2019 | ||
KernelVersion: 5.5 | ||
Contact: "Liming Sun <[email protected]>" | ||
|
@@ -19,7 +19,7 @@ Description: | |
to reboot the chip and recover it to the old state if the new | ||
boot partition fails. | ||
|
||
What: /sys/bus/platform/devices/MLNXBF04:00/driver/reset_action | ||
What: /sys/bus/platform/devices/MLNXBF04:00/reset_action | ||
Date: Oct 2019 | ||
KernelVersion: 5.5 | ||
Contact: "Liming Sun <[email protected]>" | ||
|
@@ -30,7 +30,7 @@ Description: | |
emmc - boot from the onchip eMMC | ||
emmc_legacy - boot from the onchip eMMC in legacy (slow) mode | ||
|
||
What: /sys/bus/platform/devices/MLNXBF04:00/driver/second_reset_action | ||
What: /sys/bus/platform/devices/MLNXBF04:00/second_reset_action | ||
Date: Oct 2019 | ||
KernelVersion: 5.5 | ||
Contact: "Liming Sun <[email protected]>" | ||
|
@@ -44,7 +44,7 @@ Description: | |
swap_emmc - swap the primary / secondary boot partition | ||
none - cancel the action | ||
|
||
What: /sys/bus/platform/devices/MLNXBF04:00/driver/secure_boot_fuse_state | ||
What: /sys/bus/platform/devices/MLNXBF04:00/secure_boot_fuse_state | ||
Date: Oct 2019 | ||
KernelVersion: 5.5 | ||
Contact: "Liming Sun <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters