Commit 81a85f9e authored by Lily.Li's avatar Lily.Li Committed by Barry Song

ARM: dts: atlas7: add lost jpeg node

this patch adds lost jpeg node, and also fix the ranges of its
parent node.
Signed-off-by: default avatarLily.Li <Lily.Li@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent bc0195aa
...@@ -1350,6 +1350,7 @@ mediam { ...@@ -1350,6 +1350,7 @@ mediam {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x16000000 0x16000000 0x00200000>, ranges = <0x16000000 0x16000000 0x00200000>,
<0x17000000 0x17000000 0x10000>,
<0x17020000 0x17020000 0x1000>, <0x17020000 0x17020000 0x1000>,
<0x17030000 0x17030000 0x1000>, <0x17030000 0x17030000 0x1000>,
<0x17040000 0x17040000 0x1000>, <0x17040000 0x17040000 0x1000>,
...@@ -1416,6 +1417,14 @@ sd1: sdhci@16100000 { ...@@ -1416,6 +1417,14 @@ sd1: sdhci@16100000 {
bus-width = <8>; bus-width = <8>;
}; };
jpeg@17000000 {
compatible = "sirf,atlas7-jpeg";
reg = <0x17000000 0x10000>;
interrupts = <0 72 0>,
<0 73 0>;
clocks = <&car 103>;
};
usb0: usb@17060000 { usb0: usb@17060000 {
cell-index = <0>; cell-index = <0>;
compatible = "sirf,atlas7-usb"; compatible = "sirf,atlas7-usb";
......
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