Re: [PATCH v3 14/36] board: dragonboard410c: upstream DT compat

2024-01-30 Thread Dan Carpenter
On Tue, Jan 30, 2024 at 02:05:02PM +, Caleb Connolly wrote: > @@ -119,6 +120,26 @@ static int ehci_usb_of_to_plat(struct udevice *dev) > return 0; > } > > +static int ehci_usb_of_bind(struct udevice *dev) > +{ > + ofnode ulpi_node = ofnode_first_subnode(dev_ofnode(dev)); > + of

[PATCH v3 14/36] board: dragonboard410c: upstream DT compat

2024-01-30 Thread Caleb Connolly
Use the root compatible strings from upstream Linux, add missing '#clock-cells' property to the gcc node. Adjust some of the msm8916/apq8016 drivers to use the correct upstream compatible properties and DT bindings. This prepares us to switch to upstream DT in a future patch. Reviewed-by: Neil A