From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A90891E3DF9; Tue, 3 Dec 2024 15:00:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733238057; cv=none; b=SZnkdzFUi7ETTtwRVdmVJriuu/hXsxuYuVjXqBNMC5XfSwP4K4/pKbMVHsF041IuNIXZ4MgSoqWrs3mdCcqwV13l2HtNl6anLok2dDz8rM/JGzz4YcaFTt+z8rzzoVz/3FzhagPraKTQTztitD1If+Yz+jCTJmNN4MlKfN3qULQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733238057; c=relaxed/simple; bh=WDjRi6/MiYEVkjtaKVM4a9f9pV8QRRgNi2P/HXVPaGk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=JTP6ymkNS8pDwA7OFyL8ol/M77ajMFCOtnGSQ0SYaddEc5Dx+1feG6qokQDCSl86gFkEam3kPoRTlxF8YwjvyPS3iB/fGJaxf35T1QTz1gtimLoGceaDrWI6xfI1Zw+mU4w+1lpBpYkJJD+MO+A/1MZcDtCRn/qAScEA9XwCtbg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=0qaKz5DQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="0qaKz5DQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30BB7C4CECF; Tue, 3 Dec 2024 15:00:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1733238057; bh=WDjRi6/MiYEVkjtaKVM4a9f9pV8QRRgNi2P/HXVPaGk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=0qaKz5DQ1Hn2Fn+v834j3rus5UzQHKy1ynklxn5/z5fYHrzrppnVd4oTNRcMgzV48 4Prr8VbUgSmiMFVHtrD/64pTqqqfQvwCGbeennchPEm3dCBKr9NVRCopZ7tfG/W24g OygxkUV+9XINgPiCJtzrh4n+GRrF6mr+I30jwPwg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Macpaul Lin , AngeloGioacchino Del Regno , Sasha Levin Subject: [PATCH 6.11 148/817] arm64: dts: mt8195: Fix dtbs_check error for mutex node Date: Tue, 3 Dec 2024 15:35:20 +0100 Message-ID: <20241203144001.505685461@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241203143955.605130076@linuxfoundation.org> References: <20241203143955.605130076@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.11-stable review patch. If anyone has any objections, please let me know. ------------------ From: Macpaul Lin [ Upstream commit 0fc557b539a1e11bdc5053a308b12d84ea754786 ] The mutex node in mt8195.dtsi was triggering a dtbs_check error: mutex@1c101000: 'clock-names', 'reg-names' do not match any of the regexes: 'pinctrl-[0-9]+' This seems no need by inspecting the DT schemas and other reference boards, so drop 'clock-names' and 'reg-names' in mt8195.dtsi. Fixes: 92d2c23dc269 ("arm64: dts: mt8195: add display node for vdosys1") Signed-off-by: Macpaul Lin Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20241002051620.2050-4-macpaul.lin@mediatek.com Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8195.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi index 98c15eb68589a..30903d468e99f 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -3330,11 +3330,9 @@ &larb19 &larb21 &larb24 &larb25 mutex1: mutex@1c101000 { compatible = "mediatek,mt8195-disp-mutex"; reg = <0 0x1c101000 0 0x1000>; - reg-names = "vdo1_mutex"; interrupts = ; power-domains = <&spm MT8195_POWER_DOMAIN_VDOSYS1>; clocks = <&vdosys1 CLK_VDO1_DISP_MUTEX>; - clock-names = "vdo1_mutex"; mediatek,gce-client-reg = <&gce0 SUBSYS_1c10XXXX 0x1000 0x1000>; mediatek,gce-events = ; }; -- 2.43.0