[PATCH] arm64: dts: rockchip: align rk3399 DMC OPP table with bindings

Krzysztof Kozlowski posted 1 patch 2 years, 7 months ago
arch/arm64/boot/dts/rockchip/rk3399-op1-opp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: rockchip: align rk3399 DMC OPP table with bindings
Posted by Krzysztof Kozlowski 2 years, 7 months ago
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 <krzysztof.kozlowski@linaro.org>
---
 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 6e29e74f6fc6..783120e9cebe 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.34.1
Re: [PATCH] arm64: dts: rockchip: align rk3399 DMC OPP table with bindings
Posted by Heiko Stuebner 2 years, 7 months ago
On Thu, 19 Jan 2023 13:46:31 +0100, Krzysztof Kozlowski wrote:
> 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]+)?$'
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: align rk3399 DMC OPP table with bindings
      commit: 65b3fb36073a1a79c0cc291281ea1e478ef388d1

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>