ARM: dts: atlas7: add multimedia codec node
authorXiaofeng Fei <xiaofeng.fei@csr.com>
Tue, 28 Jul 2015 07:40:37 +0000 (15:40 +0800)
committerBarry Song <Baohua.Song@csr.com>
Wed, 5 Aug 2015 14:44:19 +0000 (22:44 +0800)
this patch adds multimedia video codec node, and also fixes the
ranges of its parent node.

Signed-off-by: Xiaofeng Fei <xiaofeng.fei@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas7.dtsi

index b872d129a311d77cabd271ffdf16804d004539a4..5a98485a2f21c3de4c9eb4d20163dc65261d20a2 100644 (file)
                        compatible = "arteris, flexnoc", "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       ranges = <0x16000000 0x16000000 0x00200000>,
+                       ranges = <0x15000000 0x15000000 0x00600000>,
+                               <0x16000000 0x16000000 0x00200000>,
                                <0x17000000 0x17000000 0x10000>,
                                <0x17020000 0x17020000 0x1000>,
                                <0x17030000 0x17030000 0x1000>,
                                <0x17070200 0x17070200 0x100>,
                                <0x170A0000 0x170A0000 0x3000>;
 
+                       multimedia@15000000 {
+                               compatible = "sirf,atlas7-video-codec";
+                               reg = <0x15000000 0x10000>;
+                               interrupts = <0 5 0>;
+                               clocks = <&car 102>;
+                       };
+
                        mediam@170A0000 {
                                compatible = "sirf,nocfw-mediam";
                                reg = <0x170A0000 0x3000>;
This page took 0.026213 seconds and 5 git commands to generate.