projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a1c8a
)
arm64: dts: meson-axg: add GE2D node
author
Neil Armstrong
<narmstrong@baylibre.com>
Wed, 2 Dec 2020 17:44:17 +0000
(18:44 +0100)
committer
Kevin Hilman
<khilman@baylibre.com>
Mon, 7 Dec 2020 18:58:26 +0000
(10:58 -0800)
This adds the node for the GE2D accelerator unit.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link:
https://lore.kernel.org/r/20201202174417.3778306-5-narmstrong@baylibre.com
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index bd8c4ac128a873d0abd3f9d8771bc7d475e17481..ba1c6dfdc4b6b7d2f585556779f9eb6f676a6cb7 100644
(file)
--- a/
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@
-1727,6
+1727,15
@@
};
};
+ ge2d: ge2d@ff940000 {
+ compatible = "amlogic,axg-ge2d";
+ reg = <0x0 0xff940000 0x0 0x10000>;
+ interrupts = <GIC_SPI 150 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&clkc CLKID_VAPB>;
+ resets = <&reset RESET_GE2D>;
+ reset-names = "core";
+ };
+
gic: interrupt-controller@ffc01000 {
compatible = "arm,gic-400";
reg = <0x0 0xffc01000 0 0x1000>,