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 A78ABC6379F for ; Wed, 15 Feb 2023 20:47:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229954AbjBOUrI (ORCPT ); Wed, 15 Feb 2023 15:47:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbjBOUqp (ORCPT ); Wed, 15 Feb 2023 15:46:45 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07EC94345A; Wed, 15 Feb 2023 12:46:20 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A7EA3B823B5; Wed, 15 Feb 2023 20:46:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E932BC433D2; Wed, 15 Feb 2023 20:46:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676493973; bh=VtfQylg4Sji3mmCW+kI8RMSb3CPJyWuTWEmqD+l2E6o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YNUliMIqgJgbZQaPGCwJMs5Pg1E11b9vTpU4hNCK8Ib8YJMXJK8jyKY8/Lyea0oVs V5tC5HtZcJ/AGwSAW5IG8nb98Ry3ZHq0PAVmIgmmiLc628MWk0cE7Soh0ft/Nt3H5C Z1ZPRgOhuOMSFogKTGDBWeVMxi+rol8AFR9jWr8sjoNAShnXM47jvhfOzci7EF3uQw NPu01ALLatlPISYktV4+kzUr6084DHKuncVdLevLIU56aAVdfxF+983Cv8V/JRqtCd DQuYpFRYM2J8QhBRimAocVSZFMAgvJCyEkjhZNldnFlasn5CNfLrgShwew2VoCe9Zo z6Fg5l/OqvwoQ== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Krzysztof Kozlowski , Heiko Stuebner , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, enric.balletbo@collabora.com, hl@rock-chips.com, gael.portay@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH AUTOSEL 6.1 12/24] arm64: dts: rockchip: align rk3399 DMC OPP table with bindings Date: Wed, 15 Feb 2023 15:45:35 -0500 Message-Id: <20230215204547.2760761-12-sashal@kernel.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230215204547.2760761-1-sashal@kernel.org> References: <20230215204547.2760761-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Krzysztof Kozlowski [ Upstream commit b67b09733d8a41eec33d5d37be2f8cff8af82a5e ] Bindings expect certain pattern for OPP table node name and underscores are not allowed: rk3399-rock-pi-4a-plus.dtb: dmc_opp_table: $nodename:0: 'dmc_opp_table' does not match '^opp-table(-[a-z0-9]+)?$' Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230119124631.91080-1-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi index 6e29e74f6fc68..783120e9cebeb 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi @@ -111,7 +111,7 @@ opp05 { }; }; - dmc_opp_table: dmc_opp_table { + dmc_opp_table: opp-table-3 { compatible = "operating-points-v2"; opp00 { -- 2.39.0