diff options
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33.dtsi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi index b3d1bdfb5118..1cea8d6e90c6 100644 --- a/arch/arm/boot/dts/sun8i-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a33.dtsi @@ -204,7 +204,7 @@ soc { video-codec@1c0e000 { - compatible = "allwinner,sun8i-a33-video-engine"; + compatible = "allwinner,sun8i-a33-cedar"; reg = <0x01c0e000 0x1000>; clocks = <&ccu CLK_BUS_VE>, <&ccu CLK_VE>, <&ccu CLK_DRAM_VE>; @@ -214,6 +214,19 @@ allwinner,sram = <&ve_sram 1>; }; + ion: ion { + compatible = "allwinner,sunxi-ion"; + + heap { + compatible = "allwinner,cma"; + heap-name = "cma"; + heap-id = <0x4>; + heap-base = <0x0>; + heap-size = <0x0>; + heap-type = "ion_cma"; + }; + }; + crypto: crypto-engine@1c15000 { compatible = "allwinner,sun8i-a33-crypto"; reg = <0x01c15000 0x1000>; |