On Tue, Oct 29, 2024 at 3:43 AM Herve Codina <herve.codina@xxxxxxxxxxx> wrote: > > dtc generates the following warnings when building the LAN966x device > tree overlay (lan966x_pci.dtso): > Warning (simple_bus_reg): /fragment@0/__overlay__/pci-ep-bus@0/cpu_clk: missing or empty reg/ranges property > Warning (simple_bus_reg): /fragment@0/__overlay__/pci-ep-bus@0/ddr_clk: missing or empty reg/ranges property > Warning (simple_bus_reg): /fragment@0/__overlay__/pci-ep-bus@0/sys_clk: missing or empty reg/ranges property > > Indeed, related nodes are under the pci-ep-bus (simple-bus) which is not > correct. > > Put them outside this node. > > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Closes: https://lore.kernel.org/all/20241025110919.64b1cffb@xxxxxxxxxxxxxxxx/ > Fixes: 185686beb464 ("misc: Add support for LAN966x PCI device") > Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx> > --- > The referenced commit is in the reset tree > --- > drivers/misc/lan966x_pci.dtso | 36 +++++++++++++++++------------------ > 1 file changed, 18 insertions(+), 18 deletions(-) Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>