2019-11-21 10:16:14

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 3/3] arm64: dts: meson-sm1: add video decoder compatible

Add the video decoder specific compatible for Amlogic SM1 SoC.

Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
index 521573f3a5ba..b94a4eae973f 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1.dtsi
@@ -138,6 +138,10 @@
compatible = "amlogic,meson-sm1-pwrc";
};

+&vdec {
+ compatible = "amlogic,sm1-vdec";
+};
+
&vpu {
power-domains = <&pwrc PWRC_SM1_VPU_ID>;
};
--
2.22.0


2019-12-13 16:55:27

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH 3/3] arm64: dts: meson-sm1: add video decoder compatible

Neil Armstrong <[email protected]> writes:

> Add the video decoder specific compatible for Amlogic SM1 SoC.
>
> Signed-off-by: Neil Armstrong <[email protected]>

Queued for v5.6,

Kevin