Allwinner A64 contains rotation core compatible to A83T.

Add a node for it.

Signed-off-by: Jernej Skrabec <[email protected]>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi 
b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index baa6f08dc108..fd6ed305c14c 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -274,6 +274,18 @@ display_clocks: clock@0 {
                                #reset-cells = <1>;
                        };
 
+                       rotate: rotate@20000 {
+                               compatible = "allwinner,sun50i-a64-de2-rotate",
+                                            "allwinner,sun8i-a83t-de2-rotate";
+                               reg = <0x20000 0x10000>;
+                               interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&display_clocks CLK_BUS_ROT>,
+                                        <&display_clocks CLK_ROT>;
+                               clock-names = "bus",
+                                             "mod";
+                               resets = <&display_clocks RST_ROT>;
+                       };
+
                        mixer0: mixer@100000 {
                                compatible = "allwinner,sun50i-a64-de2-mixer-0";
                                reg = <0x100000 0x100000>;
-- 
2.25.0

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/20200124232014.574989-9-jernej.skrabec%40siol.net.

Reply via email to