diff options
author | Lily.Li <Lily.Li@csr.com> | 2015-07-28 09:17:43 +0200 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2015-08-05 16:44:18 +0200 |
commit | 81a85f9ebca5713a99c827e446768b9223f63a25 (patch) | |
tree | e272c0b68639f2dd5a4cdf1df20e1a954edc13c9 /arch/arm/boot | |
parent | Linux 4.2-rc2 (diff) | |
download | linux-81a85f9ebca5713a99c827e446768b9223f63a25.tar.xz linux-81a85f9ebca5713a99c827e446768b9223f63a25.zip |
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: Lily.Li <Lily.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/atlas7.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi index 3e21311f9514..d590b829e715 100644 --- a/arch/arm/boot/dts/atlas7.dtsi +++ b/arch/arm/boot/dts/atlas7.dtsi @@ -1350,6 +1350,7 @@ #address-cells = <1>; #size-cells = <1>; ranges = <0x16000000 0x16000000 0x00200000>, + <0x17000000 0x17000000 0x10000>, <0x17020000 0x17020000 0x1000>, <0x17030000 0x17030000 0x1000>, <0x17040000 0x17040000 0x1000>, @@ -1416,6 +1417,14 @@ 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"; |