Re: [PATCH] clk: si5341: Add sysfs property to check selected input

From: Stephen Boyd
Date: Mon Dec 06 2021 - 17:54:31 EST


Quoting Adam Wujek (2021-12-03 06:15:31)
> Add a sysfs property to check the selected input.
> <input_num> <input_name> <input_name_from_DTB>
> E.g.:
> cat input_selected
> 0 in0 WR25M
>
> Signed-off-by: Adam Wujek <dev_public@xxxxxxxx>
> ---
> drivers/clk/clk-si5341.c | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)

sysfs properties need documentation in Documentation/ABI/