From: Heiko Stuebner <heiko@sntech.de>
To: Quentin Schulz <quentin.schulz@cherry.de>
Cc: linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
Heiko Stuebner <heiko.stuebner@cherry.de>
Subject: Re: [PATCH 1/2] arm64: dts: rockchip: enable NPU on rk3588-tiger
Date: Tue, 06 Jan 2026 19:52:56 +0100 [thread overview]
Message-ID: <4495583.CbtlEUcBR6@phil> (raw)
In-Reply-To: <de401340-be1c-4354-b6c8-c86d6f724c73@cherry.de>
Am Freitag, 28. November 2025, 11:32:17 Mitteleuropäische Normalzeit schrieb Quentin Schulz:
> Hi Heiko,
>
> On 8/12/25 10:52 AM, Heiko Stuebner wrote:
> > From: Heiko Stuebner <heiko.stuebner@cherry.de>
> >
> > Enable the NPU cores and their mmus and wire up the supply-regulator.
> > The regulator itself was already defined, but it does not need to be
> > always on - the npu can control it.
> >
> > Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
>
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
> Tested-by: Quentin Schulz <quentin.schulz@cherry.de>
>
> I still have the same remark about regulator-boot-on but this isn't a
> blocker per-se.
>
> The Oops I alluded to in my answer to the Jaguar patch is triggered by
> making DRM_ACCEL_ROCKET driver built-in instead of as a module. I'm not
> sure how much I will debug this on my side, I'll prolly just report this
> on the ML in a few hours.
Just for people stumbling over this, the cause is the pm-domains
being on on boot and the iommu after probing disabling the domain.
See discussion in
https://lore.kernel.org/linux-rockchip/20251216055247.13150-1-rmxpzlb@gmail.com/
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Quentin Schulz <quentin.schulz@cherry.de>
Cc: linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
Heiko Stuebner <heiko.stuebner@cherry.de>
Subject: Re: [PATCH 1/2] arm64: dts: rockchip: enable NPU on rk3588-tiger
Date: Tue, 06 Jan 2026 19:52:56 +0100 [thread overview]
Message-ID: <4495583.CbtlEUcBR6@phil> (raw)
In-Reply-To: <de401340-be1c-4354-b6c8-c86d6f724c73@cherry.de>
Am Freitag, 28. November 2025, 11:32:17 Mitteleuropäische Normalzeit schrieb Quentin Schulz:
> Hi Heiko,
>
> On 8/12/25 10:52 AM, Heiko Stuebner wrote:
> > From: Heiko Stuebner <heiko.stuebner@cherry.de>
> >
> > Enable the NPU cores and their mmus and wire up the supply-regulator.
> > The regulator itself was already defined, but it does not need to be
> > always on - the npu can control it.
> >
> > Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
>
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
> Tested-by: Quentin Schulz <quentin.schulz@cherry.de>
>
> I still have the same remark about regulator-boot-on but this isn't a
> blocker per-se.
>
> The Oops I alluded to in my answer to the Jaguar patch is triggered by
> making DRM_ACCEL_ROCKET driver built-in instead of as a module. I'm not
> sure how much I will debug this on my side, I'll prolly just report this
> on the ML in a few hours.
Just for people stumbling over this, the cause is the pm-domains
being on on boot and the iommu after probing disabling the domain.
See discussion in
https://lore.kernel.org/linux-rockchip/20251216055247.13150-1-rmxpzlb@gmail.com/
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2026-01-06 18:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-12 8:52 [PATCH 1/2] arm64: dts: rockchip: enable NPU on rk3588-tiger Heiko Stuebner
2025-08-12 8:52 ` Heiko Stuebner
2025-08-12 8:52 ` [PATCH 2/2] arm64: dts: rockchip: enable NPU on rk3588-jaguar Heiko Stuebner
2025-08-12 8:52 ` Heiko Stuebner
2025-11-27 13:28 ` Quentin Schulz
2025-11-27 13:28 ` Quentin Schulz
2025-08-22 15:16 ` [PATCH 1/2] arm64: dts: rockchip: enable NPU on rk3588-tiger Quentin Schulz
2025-08-22 15:16 ` Quentin Schulz
2025-11-28 10:32 ` Quentin Schulz
2025-11-28 10:32 ` Quentin Schulz
2026-01-06 18:52 ` Heiko Stuebner [this message]
2026-01-06 18:52 ` Heiko Stuebner
2026-01-06 18:41 ` Heiko Stuebner
2026-01-06 18:41 ` Heiko Stuebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4495583.CbtlEUcBR6@phil \
--to=heiko@sntech.de \
--cc=heiko.stuebner@cherry.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=quentin.schulz@cherry.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.