Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADC12C433F5 for ; Mon, 22 Nov 2021 21:52:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236482AbhKVVzV (ORCPT ); Mon, 22 Nov 2021 16:55:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236013AbhKVVzU (ORCPT ); Mon, 22 Nov 2021 16:55:20 -0500 Received: from mail-pl1-x629.google.com (mail-pl1-x629.google.com [IPv6:2607:f8b0:4864:20::629]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EA14C061574 for ; Mon, 22 Nov 2021 13:52:13 -0800 (PST) Received: by mail-pl1-x629.google.com with SMTP id v19so15280976plo.7 for ; Mon, 22 Nov 2021 13:52:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gateworks-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xDUfFz1oSczs4hG0W6xWlrBrLcObFf0PliF2gOASseM=; b=vh3UhTyI7AcmGEJgal+CGgBKA0NRzF474DhIyVYRtdPefzQlQ32C9Xe8++0ig0sRnc rL1VFGXSpQm/Y2gYaxzAdOI4u6xC0LalhTfLXU9CUfgu5sv3ym2aT76zwAN9/GYygMmK xcwlSMRoLbQfj4as02OodP+hgmLkXpsr9h/OIgNOSPlbPVrwTBWP+K+H0LmZq4kE50vC j78nD3a9BVhNkrwedLAQaxnfD2woSLzKbUSxd378pUA3Rowb7vlHz1D3a43MRAEW4eS5 9wzA0zOPEjb3DGj5ZBwwGO9+FyOrqPl24aBp29jwtMNEyyRZ5awC+G9dPNFMZTMjXsxE iWgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xDUfFz1oSczs4hG0W6xWlrBrLcObFf0PliF2gOASseM=; b=M3cJZ11PQg77+vRDSkc8u/1amVWscsKZi0DgvBHuHKH5cDsEmegPlPaW5WmVTcsCzo mi2mLpQnom2UIDqrYI7un+oz8CUtin/TgkZP2wpds0syBUE5PwGx4zPji/phBkHwRIEr oxQyDle9F3SdLXsusVS9VReFjFaD/NgIQ/j1fsc8wtX8G9XYgHSeXKo8mlVPRk9omYHA 7pYAyJUWxa2x47Z2SiV54g8qz8rzyx9xSnhPZKpyW49mFSODAetKtSZ+2dGGklAetbJ8 FJMFMZgtkde/yyoSvypfdW50OLuaHcbsI6e5fcr665VkxfQbmbSx9CMD/WZMhETPTPat eK+Q== X-Gm-Message-State: AOAM531x/hP9gN1mNWze6XOrLr52L87pSHBaz7KbSnu75slSYp1rG7W7 sDatAypzQHk7zm0y0Abm+0ANUMysYdRgUz/r2ACacA== X-Google-Smtp-Source: ABdhPJyUc1d9MsMxbBqRSnshOvX1pfQR0ym8en/MPl4TSjphXaxSRSwhxkfqn6M0N6pneIWABqtAJluLGGTNAaEd1VY= X-Received: by 2002:a17:90b:33d0:: with SMTP id lk16mr95803pjb.66.1637617932882; Mon, 22 Nov 2021 13:52:12 -0800 (PST) MIME-Version: 1.0 References: <20211104161804.587250-1-aford173@gmail.com> <82c5da8862abaa430ee52b57e15d29a67106d61f.camel@pengutronix.de> In-Reply-To: <82c5da8862abaa430ee52b57e15d29a67106d61f.camel@pengutronix.de> From: Tim Harvey Date: Mon, 22 Nov 2021 13:52:01 -0800 Message-ID: Subject: Re: [PATCH V3 0/9] arm64: imx8mn: Enable more imx8m Nano functions To: Lucas Stach Cc: Adam Ford , Fabio Estevam , Linux ARM Mailing List , Adam Ford-BE , "Ariel D'Alessandro" , Krzysztof Kozlowski , Device Tree Mailing List , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , open list Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 22, 2021 at 10:20 AM Lucas Stach wrote: > > Am Montag, dem 22.11.2021 um 09:59 -0800 schrieb Tim Harvey: > > On Sun, Nov 21, 2021 at 7:25 AM Adam Ford wrote: > > > > > > On Sun, Nov 21, 2021 at 8:34 AM Adam Ford wrote: > > > > > > > > On Sun, Nov 21, 2021 at 8:21 AM Fabio Estevam wrote: > > > > > > > > > > Hi Adam, > > > > > > > > > > On Sun, Nov 21, 2021 at 11:17 AM Adam Ford wrote: > > > > > > > > > > > I am using https://source.codeaurora.org/external/imx/imx-atf/log/?h=lf_v2.4 > > > > > > > > > > > > Since the driver sending SMCC commands to ATF isn't doing that, I > > > > > > assume it's safe to use the linux power-domain drivers with the ATF > > > > > > from NXP's kernel. > > > > > > > > > > > > If you can point me to the repo you think I should be using, I'll give it a try. > > > > > > > > > > Do you know if the mainline TF-A repo v2.5 works too? > > > > > https://github.com/ARM-software/arm-trusted-firmware/tree/v2.5 > > > > > > > > That's good to know. > > > > > > > > I just built it into U-Boot: > > > > > > > > NOTICE: BL31: v2.5(release):v2.5 > > > > NOTICE: BL31: Built : 08:24:13, Nov 21 2021 > > > > > > > > The Etnaviv driver is still loading without hanging > > > > > > > > root@beacon-imx8mn-kit:~# dmesg |grep -i etna > > > > [ 12.393936] etnaviv etnaviv: bound 38000000.gpu (ops gpu_ops [etnaviv]) > > > > [ 12.400676] etnaviv-gpu 38000000.gpu: model: GC7000, revision: 6203 > > > > [ 12.641297] [drm] Initialized etnaviv 1.3.0 20151214 for etnaviv on minor 0 > > > > > > > > > > > > > > Tim, > > > > > > Which version of Nano do you have? Not all Nano SoC's have a GPU from > > > looking at the datasheet [1] . I am using MIMX8MN2CVTIZAA (Nano Solo) > > > > > > [1] - https://www.nxp.com/docs/en/data-sheet/IMX8MNIEC.pdf > > > > > > > Adam, > > > > The board I have here has MIMX8MN5CVTIZAA so i.MX 8M Nano QuadLite > > with 'No GPU' as you expected. > > > > So I have to add the following to keep my board from hanging after your series: > > diff --git a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts > > b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts > > index 236f425e1570..0d256a607b7c 100644 > > --- a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts > > +++ b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts > > @@ -251,6 +251,10 @@ > > }; > > }; > > > > +&gpu { > > + status = "disabled"; > > +}; > > + > > &i2c1 { > > clock-frequency = <100000>; > > pinctrl-names = "default"; > > > > This situation is similar to the one I encountered with the > > imx8mm-venice-gw7901 where adding the GPC node caused my board (which > > did not power the GPU) to hang until I added disables to the > > device-tree with commit 7973009235e2 ("arm64: dts: > > imx8mm-venice-gw7901.dts: disable pgc_gpumix"). It feels painful to > > have to add patches to keep things from hanging after additional > > functionality is added to dt but perhaps that is more common than I > > think esp for SoC's like IMX8M which have a lot of lingering support > > still coming in. > > > Yea, it's unfortunate that those patches break your board, but I guess > we need to accept this, while there is still a lot of feature work > going on. > > > I don't mind at all submitting the above patch to fix my board after > > your series is accepted as I think that having an IMX8MN with 'no gpu' > > is perhaps less likely than having one with a GPU and thus we probably > > shouldn't mark the node as disabled and force everyone that has a GPU > > to go and enable it. > > > > I wonder however if we should think about adding something to etnaviv > > to check the capability so that the same dt could be used with both > > CPU variants? > > etnaviv or really the kernel at all is not the place to handle this. > The DT is supposed to describe the hardware and the kernel should be > able to trust this description. > > If there is some way to read the chip capabilities and avoid having too > much DT variants in the kernel, the right place to handle this is the > software running before the kernel is started, i.e. your bootloader. > Barebox for example reads the SCU fuses on i.MX6 and removes the DT > nodes for the fused off CPU cores on i.MX6S and i.MX6D. > Lucas, I agree - the boot firmware is an appropriate place for this. I believe the correct course of action in the case of the IMX8M Nano would be to do the following for no GPU: - disable disp_blk_ctrl node - disable gpu node - disable pgc_gpumix node What would you propose to do for detection of this in boot firmware? The DIGPROG register is currently used in U-Boot to determine IMX8M variants including Nano Qad/Dual/Solo/QaudLite/DualLite/SoloLite/UltraLite Quad/UltraLite Dual/UltraLite Solo. It would appear all the 'Lite' and 'UltraLite' variants have no GPU. Best regards, Tim