ARM: dts: atlas7: add lost jpeg node
authorLily.Li <Lily.Li@csr.com>
Tue, 28 Jul 2015 07:17:43 +0000 (15:17 +0800)
committerBarry Song <Baohua.Song@csr.com>
Wed, 5 Aug 2015 14:44:18 +0000 (22:44 +0800)
this patch adds lost jpeg node, and also fix the ranges of its
parent node.

Signed-off-by: Lily.Li <Lily.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/boot/dts/atlas7.dtsi

index 3e21311f9514a65dac7ec6f8de7ff9cc42bac13a..d590b829e7150668ec0a9c0ae696ca01144d2e48 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges = <0x16000000 0x16000000 0x00200000>,
+                               <0x17000000 0x17000000 0x10000>,
                                <0x17020000 0x17020000 0x1000>,
                                <0x17030000 0x17030000 0x1000>,
                                <0x17040000 0x17040000 0x1000>,
                                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 {
                                cell-index = <0>;
                                compatible = "sirf,atlas7-usb";
This page took 0.02614 seconds and 5 git commands to generate.