mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
* Attach Meson64 to mainline with a bunch of patches. Tested, but need further work. * Enable DVFS on N2 which sometimes works, sometime doesn't, cleanup * Enable beta targets for Meson64 kernel family * Bump with version
23 lines
624 B
Diff
23 lines
624 B
Diff
|
|
Add the video decoder specific compatible for Amlogic SM1 SoC.
|
|
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
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>;
|
|
};
|