mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 13:29:33 +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
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
From 17bafa64f603b316eed80a0c0fa8c1b66b2ca3c5 Mon Sep 17 00:00:00 2001
|
|
From: Corentin Labbe <clabbe@baylibre.com>
|
|
Date: Thu, 17 Oct 2019 05:06:26 +0000
|
|
Subject: [PATCH 4/4] ARM64: dts: amlogic: adds crypto hardware node
|
|
|
|
This patch adds the GXL crypto hardware node for all GXL SoCs.
|
|
|
|
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
|
|
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
index 49ff0a7d0210..ed33d8efaf62 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
|
|
@@ -36,6 +36,16 @@
|
|
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
|
|
|