mbox series

[0/3] Update musb to probe with ti-sysc for omap3

Message ID 20221118104226.46223-1-tony@atomide.com
Headers show
Series Update musb to probe with ti-sysc for omap3 | expand

Message

Tony Lindgren Nov. 18, 2022, 10:42 a.m. UTC
Hi all,

After fixing the probe issues with [0], let's update omap3 to use ti-sysc
for musb so the driver behaves the same way for all the SoCs.

Regards,

Tony

[0] https://lore.kernel.org/linux-usb/20221118102532.34458-1-tony@atomide.com/T/#u

Tony Lindgren (3):
  bus: ti-sysc: Add otg quirk flags for omap3 musb
  ARM: dts: Update omap3 musb to probe with ti-sysc
  ARM: OMAP2+: Drop legacy hwmod data for omap3 otg

 arch/arm/boot/dts/am3517.dtsi              | 38 +++++++--
 arch/arm/boot/dts/omap3.dtsi               | 40 +++++++--
 arch/arm/boot/dts/omap34xx.dtsi            |  4 +
 arch/arm/boot/dts/omap36xx.dtsi            |  4 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 99 ----------------------
 drivers/bus/ti-sysc.c                      |  6 ++
 6 files changed, 75 insertions(+), 116 deletions(-)

Comments

Sicelo A. Mhlongo Nov. 19, 2022, 4:09 a.m. UTC | #1
On Fri, Nov 18, 2022 at 12:42:24PM +0200, Tony Lindgren wrote:
> To prepare for probing omap3 musb with ti-sysc, these quirk flags are
> needed similar to what we have for omap4.
> 
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: H. Nikolaus Schaller <hns@goldelico.com>
> Cc: Sicelo Mhlongo <absicsz@gmail.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>

Works fine for me on Nokia N900 (omap 3430).

Tested-by: Sicelo A. Mhlongo <absicsz@gmail.com>
Sicelo A. Mhlongo Nov. 19, 2022, 4:12 a.m. UTC | #2
On Fri, Nov 18, 2022 at 12:42:26PM +0200, Tony Lindgren wrote:
> With complete devicetree data available to probe with ti-sysc interconnect
> target module driver, we can now drop the related SoC data.
> 
> Cc: H. Nikolaus Schaller <hns@goldelico.com>
> Cc: Sicelo Mhlongo <absicsz@gmail.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>

Tested working on Nokia N900 (omap 3430). 

Tested-by: Sicelo A. Mhlongo <absicsz@gmail.com>