From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1024637C924; Tue, 18 Aug 2026 23:09:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787094559; cv=none; b=XOx9Rss0dsXLQ7wxVai9k4XsS7Lb1czYGGNlRNKs+NYxoez2p+GjX1GVCO9dZjRyLixAMeMEKLmxrmgEXXCgSyfxmeMRs3uTwJyGdAfc892PhqRoO1RfVvXZ7jcrLeWpW78w6GAobFOtgdtbk2sq1B8pqpBrDDQiz1paR3FAMS0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787094559; c=relaxed/simple; bh=lNAfDM0z2yNm21h4eNJm0QulnqJDC5G37akXIcOvH20=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=VW0ZPBebpgVGqHAnhi3pHIl7HQNlWs4xzG/2wTNQ6uXL7YN4U4E3s/7a2+ozFKXJhOjnrtTLHYu5eI3morru+J7z+zo9I8otI0IkMDd7EK7k0UP2BfuYY2RRgr9JElp6aUKrRPjWHtgf/WqsyCAk4eAg5neJu8NpvlLGAmrVoyY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j/Z+JW4e; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="j/Z+JW4e" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A08901F000E9; Tue, 18 Aug 2026 23:09:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787094558; bh=B2rI3b8Hia0vW/fa4o3rfnpG+Pj+Dz6m9hUtKiuIVMA=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=j/Z+JW4eF5i8XfXi6M+/mKNpwaMAMODOHQT8SFusgY5fdkEatnADBM7Qas860H2yH upzwxOdrb/zsix7A6tyuhp/j6nCW6wDoeUmHOP8oluGm4lOAlZzkcVMnp6Prk71NW8 GY+Bl1B52OJ5nqyhickvKFJ+U7nWCtAOxdfkNVq0XFg+w01h4ip5N9YO9PUgDRVDyY JOBWRGyPSyju2XrHbP2YN7AltitifSQtE9s/aTr9mRkuUU64swBlmdOy8TdmootFl4 qMe/tgRLjkJOIca2Juc8bYDy66XYKvJojMopIc0skNKkA8iL7oL5/sO98GgWNAWl36 2Kko/la8nfTQQ== Date: Tue, 18 Aug 2026 18:09:15 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-pm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: linux-kernel@vger.kernel.org, tomeu@tomeuvizoso.net, p.zabel@pengutronix.de, ulfh@kernel.org, will@kernel.org, Krzysztof Kozlowski , conor+dt@kernel.org, chaoyi.chen@rock-chips.com, dri-devel@lists.freedesktop.org, zhangqing@rock-chips.com, linux-arm-kernel@lists.infradead.org, joro@8bytes.org, devicetree@vger.kernel.org, iommu@lists.linux.dev, linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org, krzk+dt@kernel.org, alchark@flipper.net, ogabbay@kernel.org, royalnet026@gmail.com, diederik@cknow-tech.com, robin.murphy@arm.com, heiko@sntech.de To: Jiaxing Hu In-Reply-To: <20260817113603.1436067-5-gahing@gahingwoo.com> References: <20260817113603.1436067-1-gahing@gahingwoo.com> <20260817113603.1436067-5-gahing@gahingwoo.com> Message-Id: <178709455518.1014304.1443906758035976924.robh@kernel.org> Subject: Re: [PATCH v8 04/12] dt-bindings: npu: rockchip: add rockchip,rk3576-rknn-core On Mon, 17 Aug 2026 23:35:55 +1200, Jiaxing Hu wrote: > The RK3576 NPU has two cores of the same RKNN block the RK3588 binding > already describes, but it wires them up differently: two extra CBUF > clocks, two power domains per core, and a single reset instead of two. > It also has no NPU SRAM supply. > > Widen the property ranges to cover both, then pin each SoC back to its > own shape in allOf so nothing loosens for RK3588, and keep sram-supply > required for rockchip,rk3588-rknn-core only. > > Signed-off-by: Jiaxing Hu > Reviewed-by: Krzysztof Kozlowski > --- > .../npu/rockchip,rk3588-rknn-core.yaml | 47 +++++++++++++++++-- > 1 file changed, 44 insertions(+), 3 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml: Unresolvable reference: /schemas/input/qcom,spmi-haptics.yaml# doc reference errors (make refcheckdocs): Documentation/translations/pt_BR/process/security-bugs.rst: :doc:`regular path submission ` Documentation/translations/zh_CN/how-to.rst: Documentation/translations/zh_CN/xxx.rst arch/arm/xen/enlighten.c: Documentation/devicetree/bindings/arm/xen.txt See https://patchwork.kernel.org/project/devicetree/patch/20260817113603.1436067-5-gahing@gahingwoo.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.