From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH v3] ARM: dts: rockchip: Add usb host0 ohci node for rk3288 Date: Wed, 22 Jul 2020 20:49:25 +0200 Message-ID: <2630968.GxkqStg1Zh@phil> References: <20200720105846.367776-1-jagan@amarulasolutions.com> <8444056.acRTkLjuym@phil> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jagan Teki Cc: Robin Murphy , Rob Herring , Suniel Mahesh , Michael Trimarchi , linux-arm-kernel , "open list:ARM/Rockchip SoC..." , devicetree , linux-kernel , linux-amarula , William Wu List-Id: linux-rockchip.vger.kernel.org Am Mittwoch, 22. Juli 2020, 20:46:55 CEST schrieb Jagan Teki: > Hi Heiko, > > On Thu, Jul 23, 2020 at 12:04 AM Heiko Stuebner wrote: > > > > Hi Jaganm > > > > Am Montag, 20. Juli 2020, 12:58:46 CEST schrieb Jagan Teki: > > > rk3288 and rk3288w have a usb host0 ohci controller. > > > > > > Although rk3288 ohci doesn't actually work on hardware, but > > > rk3288w ohci can work well. > > > > > > So add usb host0 ohci node in rk3288 dtsi and the quirk in > > > ohci platform driver will disable ohci on rk3288. > > > > If I remember the discussion correctly, we expect the board dts > > or the bootloader to enable the ohci, right? > > So that block go away ... just making sure, I don't remember > > untrue stuff ;-) > > Our (with Robin) initial discussion [1] is to manage OHCI enablement > in the bootloader but since it requires many checks at bootloader > level we finally rely on board dts to enable it as normal. ok, so I'll just drop this paragraph when applying. > > [1] https://lkml.org/lkml/2020/7/3/424 > > Jagan. >