[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <769c2a21-15c7-4c6d-84b7-cf1153106dfb@amd.com>
Date: Fri, 29 Aug 2025 07:46:15 +0200
From: Michal Simek <michal.simek@....com>
To: "Rob Herring (Arm)" <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Mike Looijmans <mike.looijmans@...ic.nl>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: xilinx: Drop undocumented "always-on"
properties
Hi,
On 8/28/25 23:30, Rob Herring (Arm) wrote:
> The "always-on" properties are not documented for "silabs,si5341"
> binding nor used by the Linux driver, so drop them.
Binding
Documentation/devicetree/bindings/clock/silabs,si5341.txt
doesn't contain it
but driver drivers/clk/clk-si5341.c is reading it.
1345 config[num].always_on =
1346 of_property_read_bool(child, "always-on");
It is there from 2019 when driver has been added.
If it is not standard clock property it should be moved to standard one.
And DT binding should be converted to yaml with all properties used today.
Thanks,
Michal
Powered by blists - more mailing lists