Re: [PATCH] clk: fixed-rate: Use "clock-output-names" to name fixed clocks

2025-04-18 Thread Quentin Schulz
Hi Fabio, On 4/17/25 2:31 PM, Fabio Estevam wrote: From: Fabio Estevam Currently, fixed-rate clocks in U-Boot are named based on their devicetree node names. For example, given the following node: osc_24m: clock-osc-24m { compatible = "fixed-clock"; #clock-cells = <0>;

Re: [PATCH] clk: fixed-rate: Use "clock-output-names" to name fixed clocks

2025-04-17 Thread Adam Ford
On Thu, Apr 17, 2025 at 7:32 AM Fabio Estevam wrote: > > From: Fabio Estevam > > Currently, fixed-rate clocks in U-Boot are named based on their devicetree > node names. For example, given the following node: > > osc_24m: clock-osc-24m { > compatible = "fixed-clock"; > #clock-cell