From: William A. Kennington III Date: Tue, 1 Apr 2025 23:34:09 +0000 (-0700) Subject: ARM: dts: nuvoton: Add OHCI node X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=41a6d0e4c60933b7f98ebbe6e8d5debf92ad231f;p=users%2Fjedix%2Flinux-maple.git ARM: dts: nuvoton: Add OHCI node The EHCI peripheral already exists in the devicetree, but the hardware also supports a discrete OHCI unit on the same USB PHY. Generic OHCI works fine for this device already and has been tested on real hardware. Signed-off-by: William A. Kennington III Link: https://patch.msgid.link/20250401233409.3215091-1-william@wkennington.com Signed-off-by: Andrew Jeffery --- diff --git a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi index 7e72b9ec69dc..e337f40ae0f2 100644 --- a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi +++ b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi @@ -156,6 +156,13 @@ status = "disabled"; }; + ohci1: usb@f0807000 { + compatible = "generic-ohci"; + reg = <0xf0807000 0x1000>; + interrupts = ; + status = "disabled"; + }; + fiu0: spi@fb000000 { compatible = "nuvoton,npcm750-fiu"; #address-cells = <1>;