]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arc/boot/dts/axc003.dtsi
arc: Get rid of root core-frequency property
[karo-tx-linux.git] / arch / arc / boot / dts / axc003.dtsi
index cabe0deeb2d880d3fab56d419d95f9592b3536a2..14df46f141bf3450b8df0660bc0f248beef4669b 100644 (file)
@@ -14,7 +14,6 @@
 
 / {
        compatible = "snps,arc";
-       clock-frequency = <90000000>;
        #address-cells = <1>;
        #size-cells = <1>;
 
                device_type = "memory";
                reg = <0x80000000 0x20000000>;  /* 512MiB */
        };
+
+       reserved-memory {
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges;
+               /*
+                * Move frame buffer out of IOC aperture (0x8z-0xAz).
+                */
+               frame_buffer: frame_buffer@be000000 {
+                       compatible = "shared-dma-pool";
+                       reg = <0xbe000000 0x2000000>;
+                       no-map;
+               };
+       };
 };