From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 519C0C87FCA for ; Wed, 30 Jul 2025 00:15:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: References:In-Reply-To:To:Cc:From:MIME-Version:Content-Transfer-Encoding: Content-Type:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ozXK0hNiaQvCR/zExOA8YwO/mk9eqIaTt2CbutjU0rw=; b=MUhua9ZXpepPxLJejvfbODXa2o z2Z7lMjtTNOWIl7sqCOV6Nach+vq5vMkeRTqXYU2P6bIch7UTqjrH5qF9t3CH8rWkDH7lgw/Fsp87 ZSmMQMMc3K9n/DrcY5DfsbPpMdlsJLK88L52tyHhGSfv4KP48L0DzpTiyzd9sFpmo0A/oJ2Y+ixo4 Y84w3lmO7Z11Qeh/okBCwXL9Bgam8vi5/kL1byF8WIfT+xLeeUkI0gqXzo3FYFOJ8fYXgddfaeDrO 841oAVAx4nOUOCV1bDzM0PGtHAwjV6VxYKuIT43/eL/QTVpZ6bxnfsdXO2d/rco8VcFTAGxRqk+Mt RJNa2XWw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uguTY-00000000MiK-1Ftq; Wed, 30 Jul 2025 00:15:20 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1ugtvx-00000000JlS-0E1M; Tue, 29 Jul 2025 23:40:37 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 19E57601E3; Tue, 29 Jul 2025 23:40:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B80FC4CEF7; Tue, 29 Jul 2025 23:40:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753832435; bh=bzcbXRGcR5ZlL1irSj4IgeNsQX/TLpHJlFs5OlX3x98=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=m587MNY+7OnE9xu/Nrzk3L4s5s0O6JoZLNgTQaBS3KfmVCkgTWAGdbOu0VHgHhmmg GeGKTK6Ody45FcPpSeGp8of2Tkx56YTd926xmhtD0yDcUIp7ViC17Y+sX96muoQszf ryKei7zwJOwW884EyrAuuhkv/euf3ADurTwLFFVYXOWNPBFhfwIDuY/JAydt8DSRMk XmOINJ0G6KrheTXmEvK6qUxTZnlTH6NA9/LYpEkZk0H6oiBJn5SUFCbVQVtElFMOUg VihdqxHlgQ2k6m08loGu6BwPtjShhWUfU7L3myZQMFpdeleJ2K+OWMuPjGZSyn8kL7 uJprkotIeTUUw== Date: Tue, 29 Jul 2025 18:40:35 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Krzysztof Kozlowski , Macpaul Lin , MediaTek Chromebook Upstream , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, Matthias Brugger , Ramax Lo , Sean Wang , linux-kernel@vger.kernel.org, Bear Wang , AngeloGioacchino Del Regno , Catalin Marinas , Pablo Sun , Conor Dooley , linux-arm-kernel@lists.infradead.org, Will Deacon To: Macpaul Lin In-Reply-To: <20250729093506.273337-1-macpaul.lin@mediatek.com> References: <20250729093506.273337-1-macpaul.lin@mediatek.com> Message-Id: <175383135876.1119178.16702228632604790873.robh@kernel.org> Subject: Re: [PATCH v3 1/4] dt-bindings: arm64: mediatek: add mt8395-evk-ufs board X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Tue, 29 Jul 2025 17:34:58 +0800, Macpaul Lin wrote: > Add a compatible string for the MediaTek mt8395-evk-ufs board. > This board is the origin Genio 1200 EVK already mounted two main storages, > one is eMMC, and the other is UFS. The system automatically prioritizes > between eMMC and UFS via BROM detection, so user could not use both storage > types simultaneously. As a result, mt8395-evk-ufs must be treated as a > separate board. > > Signed-off-by: Macpaul Lin > Acked-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 1 + > 1 file changed, 1 insertion(+) > > Changes for v2: > - No change. > > Changes for v3: > - No change. > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade This patch series was applied (using b4) to base: Base: attempting to guess base-commit... Base: tags/next-20250729 (exact match) If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/mediatek/' for 20250729093506.273337-1-macpaul.lin@mediatek.com: arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk-ufs.dtb: pmic (mediatek,mt6359): '#sound-dai-cells' does not match any of the regexes: '^pinctrl-[0-9]+$' from schema $id: http://devicetree.org/schemas/mfd/mediatek,mt6397.yaml# arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk-ufs.dtb: infra-iommu@10315000 (mediatek,mt8195-iommu-infra): interrupts: [[0, 795, 4, 0], [0, 796, 4, 0], [0, 797, 4, 0], [0, 798, 4, 0], [0, 799, 4, 0]] is too long from schema $id: http://devicetree.org/schemas/iommu/mediatek,iommu.yaml#