Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aba2fc62 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

greybus: Documentation: move the interface power attributes



Move the interface power attributes after the other interface attributes
to keep the attributes grouped by device type.

Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 7d963cbe
Loading
Loading
Loading
Loading
+21 −21
Original line number Diff line number Diff line
@@ -81,6 +81,27 @@ Description:
		Interface version represented as <16 bit major number>.<16 bit
		minor number>.

What:		/sys/bus/greybus/device/N-I/voltage_now
Date:		March 2016
KernelVersion:	4.XX
Contact:	Greg Kroah-Hartman <greg@kroah.com>
Description:
		Voltage measurement of the interface in microvolts (uV)

What:		/sys/bus/greybus/device/N-I/current_now
Date:		March 2016
KernelVersion:	4.XX
Contact:	Greg Kroah-Hartman <greg@kroah.com>
Description:
		Current measurement of the interface in microamps (uA)

What:		/sys/bus/greybus/device/N-I/power_now
Date:		March 2016
KernelVersion:	4.XX
Contact:	Greg Kroah-Hartman <greg@kroah.com>
Description:
		Power measurement of the interface in microwatts (uW)

What:		/sys/bus/greybus/device/N-I.B
Date:		October 2015
KernelVersion:	4.XX
@@ -164,24 +185,3 @@ Contact: Greg Kroah-Hartman <greg@kroah.com>
Description:
		If the SVC watchdog is enabled or not.  Writing 0 to this
		file will disable the watchdog, writing 1 will enable it.

What:		/sys/bus/greybus/device/N-I/voltage_now
Date:		March 2016
KernelVersion:	4.XX
Contact:	Greg Kroah-Hartman <greg@kroah.com>
Description:
		Voltage measurement of the interface in microvolts (uV)

What:		/sys/bus/greybus/device/N-I/current_now
Date:		March 2016
KernelVersion:	4.XX
Contact:	Greg Kroah-Hartman <greg@kroah.com>
Description:
		Current measurement of the interface in microamps (uA)

What:		/sys/bus/greybus/device/N-I/power_now
Date:		March 2016
KernelVersion:	4.XX
Contact:	Greg Kroah-Hartman <greg@kroah.com>
Description:
		Power measurement of the interface in microwatts (uW)