mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 16:51:48 +00:00
1: update meson 4K support patches: 2, HDMI i2s improvement patches: 3, update vdec patches: 4, update meson audio patches: 5, add meson crypto engine driver 6, remove disabled patches: 7 remove unknown patch or no need 8, remove merged patches: 9, remove unknown patches from khadas should be covered by patches set 2 10, rename patches for better grouping 11, update kernel config accordingly Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
From e71297718cc4a387e6f062ce44d9d187747cf129 Mon Sep 17 00:00:00 2001
|
|
From: Corentin Labbe <clabbe@baylibre.com>
|
|
Date: Thu, 25 Jul 2019 19:42:56 +0000
|
|
Subject: [PATCH 4/4] ARM64: dts: amlogic: adds crypto hardware node
|
|
|
|
This patch adds the GXL crypto hardware node for all GXL SoCs.
|
|
|
|
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 11 +++++++++++
|
|
1 file changed, 11 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
index a09c53aaa0e8..905771a463f9 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
@@ -36,6 +36,17 @@
|
|
phys = <&usb3_phy>, <&usb2_phy0>, <&usb2_phy1>;
|
|
};
|
|
};
|
|
+
|
|
+ crypto: crypto@c883e000 {
|
|
+ compatible = "amlogic,gxl-crypto";
|
|
+ reg = <0x0 0xc883e000 0x0 0x36>;
|
|
+ interrupts = <GIC_SPI 188 IRQ_TYPE_EDGE_RISING>,
|
|
+ <GIC_SPI 189 IRQ_TYPE_EDGE_RISING>;
|
|
+ clocks = <&clkc CLKID_BLKMV>;
|
|
+ clock-names = "blkmv";
|
|
+ status = "okay";
|
|
+ };
|
|
+
|
|
};
|
|
};
|
|
|
|
--
|
|
2.20.1
|
|
|