From: Eugen Hristev <eugen.hristev@collabora.com>
To: linux-mediatek@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
angelogioacchino.delregno@collabora.com, matthias.bgg@gmail.com,
linux-media@vger.kernel.org, tiffany.lin@mediatek.com,
andrew-ct.chen@mediatek.com,
Eugen Hristev <eugen.hristev@collabora.com>
Subject: [PATCH v2 4/7] arm64: dts: mediatek: mt8192: fix vencoder clock name
Date: Fri, 15 Dec 2023 12:45:48 +0200 [thread overview]
Message-ID: <20231215104551.233679-4-eugen.hristev@collabora.com> (raw)
In-Reply-To: <20231215104551.233679-1-eugen.hristev@collabora.com>
Clock name should be `venc_sel` as per binding.
Fix the warning message :
arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r1.dtb: vcodec@17020000: clock-names:0: 'venc_sel' was expected
from schema $id: http://devicetree.org/schemas/media/mediatek,vcodec-encoder.yaml#
Fixes: aa8f3711fc87 ("arm64: dts: mt8192: Add H264 venc device node")
Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
---
Changes in v2:
- new patch.
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
index 69f4cded5dbb..f1fc14e53f8c 100644
--- a/arch/arm64/boot/dts/mediatek/mt8192.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8192.dtsi
@@ -1770,7 +1770,7 @@ vcodec_enc: vcodec@17020000 {
mediatek,scp = <&scp>;
power-domains = <&spm MT8192_POWER_DOMAIN_VENC>;
clocks = <&vencsys CLK_VENC_SET1_VENC>;
- clock-names = "venc-set1";
+ clock-names = "venc_sel";
assigned-clocks = <&topckgen CLK_TOP_VENC_SEL>;
assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D4>;
};
--
2.34.1
next prev parent reply other threads:[~2023-12-15 10:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-15 10:45 [PATCH v2 1/7] media: mediatek: vcodec: fix possible unbalanced PM counter Eugen Hristev
2023-12-15 10:45 ` [PATCH v2 2/7] dt-bindings: media: mtk-vcodec-encoder: add dma-ranges Eugen Hristev
2023-12-15 19:58 ` Rob Herring
2023-12-15 10:45 ` [PATCH v2 3/7] dt-bindings: media: mtk-vcodec-encoder: fix non-vp8 clock name Eugen Hristev
2023-12-15 20:03 ` Rob Herring
2023-12-15 10:45 ` Eugen Hristev [this message]
2023-12-15 10:45 ` [PATCH v2 5/7] dt-bindings: media: mtk-vcodec-encoder: add compatible for mt8186 Eugen Hristev
2023-12-15 20:03 ` Rob Herring
2023-12-15 10:45 ` [PATCH v2 6/7] arm64: dts: mediatek: mt8186: fix VENC power domain clocks Eugen Hristev
2023-12-15 10:45 ` [PATCH v2 7/7] arm64: dts: mediatek: mt8186: Add venc node Eugen Hristev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231215104551.233679-4-eugen.hristev@collabora.com \
--to=eugen.hristev@collabora.com \
--cc=andrew-ct.chen@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=tiffany.lin@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox