Commit f3a19caa authored by Xiaofeng Fei's avatar Xiaofeng Fei Committed by Barry Song

ARM: dts: atlas7: add multimedia codec node

this patch adds multimedia video codec node, and also fixes the
ranges of its parent node.
Signed-off-by: default avatarXiaofeng Fei <xiaofeng.fei@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent d015642e
...@@ -1371,7 +1371,8 @@ mediam { ...@@ -1371,7 +1371,8 @@ mediam {
compatible = "arteris, flexnoc", "simple-bus"; compatible = "arteris, flexnoc", "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x16000000 0x16000000 0x00200000>, ranges = <0x15000000 0x15000000 0x00600000>,
<0x16000000 0x16000000 0x00200000>,
<0x17000000 0x17000000 0x10000>, <0x17000000 0x17000000 0x10000>,
<0x17020000 0x17020000 0x1000>, <0x17020000 0x17020000 0x1000>,
<0x17030000 0x17030000 0x1000>, <0x17030000 0x17030000 0x1000>,
...@@ -1383,6 +1384,13 @@ mediam { ...@@ -1383,6 +1384,13 @@ mediam {
<0x17070200 0x17070200 0x100>, <0x17070200 0x17070200 0x100>,
<0x170A0000 0x170A0000 0x3000>; <0x170A0000 0x170A0000 0x3000>;
multimedia@15000000 {
compatible = "sirf,atlas7-video-codec";
reg = <0x15000000 0x10000>;
interrupts = <0 5 0>;
clocks = <&car 102>;
};
mediam@170A0000 { mediam@170A0000 {
compatible = "sirf,nocfw-mediam"; compatible = "sirf,nocfw-mediam";
reg = <0x170A0000 0x3000>; reg = <0x170A0000 0x3000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment