[linux dev-6.6 v1 4/6] arm64: dts: modify clock property in modules node

Andrew Jeffery andrew at codeconstruct.com.au
Wed Jul 3 16:25:31 AEST 2024


On Mon, 2024-07-01 at 10:10 +0300, Tomer Maimon wrote:
> Modify clock property handler in UART, CPU, PECI modules to reset
> controller.

Sooo... I'm not sure how much of a hack this is, as it's not clear to
me that the devicetree spec allows multiple labels on a node, but `dtc`
seems to accept it.

You can reduce this patch to a short diff with:

-               rstc: reset-controller at f0801000 {
+               clk: rstc: reset-controller at f0801000 {

and leave the rest of the phandles in-tact.

Again, something to investigate for yourself and maybe see how it flies
upstream...

Andrew


More information about the openbmc mailing list