diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-04 18:51:45 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-04 18:51:45 -0400 |
commit | 74b9272bbedf45cb01a048217830d64d59aaa73b (patch) | |
tree | 11cf66b529d4861edd03d16f97c8178e9cfd9f77 /arch/arm/boot | |
parent | f5b63ac0f77ecab46796ba5d368ea5dd51834e6e (diff) | |
parent | 6dd18e4684f3d188277bbbc27545248487472108 (diff) |
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Pull device tree updates from Grant Likely:
"This branch contains the following changes:
- Removal of CONFIG_OF_DEVICE, it is always enabled by CONFIG_OF
- Remove #ifdef from linux/of_platform.h to increase compiler syntax
coverage
- Bug fix for address decoding on Bimini and js2x powerpc platforms.
- miscellaneous binding changes
One note on the above. The binding changes going in from all kinds of
different trees has gotten rather out of hand. I picked up some
during this cycle, but even going though my tree isn't a great fit.
Ian Campbell has prototyped splitting the bindings and .dtb files into
a separate repository. The plan is to migrate to using that sometime
in the next few kernel releases which should get rid of a lot of the
churn on binding docs and .dts files"
* tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux:
of: Fix address decoding on Bimini and js2x machines
of: remove CONFIG_OF_DEVICE
usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICE
of: remove of_platform_driver
ibmebus: convert of_platform_driver to platform_driver
driver core: move to_platform_driver to platform_device.h
mfd: DT bindings for the palmas family MFD
ARM: dts: omap3-devkit8000: fix NAND memory binding
of/base: fix typos
of: remove #ifdef from linux/of_platform.h
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap3-devkit8000.dts | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index af32eff9f4b7..7ef282795dd4 100644 --- a/arch/arm/boot/dts/omap3-devkit8000.dts +++ b/arch/arm/boot/dts/omap3-devkit8000.dts | |||
@@ -124,20 +124,21 @@ | |||
124 | reg = <0 0 0>; /* CS0, offset 0 */ | 124 | reg = <0 0 0>; /* CS0, offset 0 */ |
125 | nand-bus-width = <16>; | 125 | nand-bus-width = <16>; |
126 | 126 | ||
127 | gpmc,sync-clk = <0>; | 127 | gpmc,device-nand; |
128 | gpmc,cs-on = <0>; | 128 | gpmc,sync-clki-ps = <0>; |
129 | gpmc,cs-rd-off = <44>; | 129 | gpmc,cs-on-ns = <0>; |
130 | gpmc,cs-wr-off = <44>; | 130 | gpmc,cs-rd-off-ns = <44>; |
131 | gpmc,adv-on = <6>; | 131 | gpmc,cs-wr-off-ns = <44>; |
132 | gpmc,adv-rd-off = <34>; | 132 | gpmc,adv-on-ns = <6>; |
133 | gpmc,adv-wr-off = <44>; | 133 | gpmc,adv-rd-off-ns = <34>; |
134 | gpmc,we-off = <40>; | 134 | gpmc,adv-wr-off-ns = <44>; |
135 | gpmc,oe-off = <54>; | 135 | gpmc,we-off-ns = <40>; |
136 | gpmc,access = <64>; | 136 | gpmc,oe-off-ns = <54>; |
137 | gpmc,rd-cycle = <82>; | 137 | gpmc,access-ns = <64>; |
138 | gpmc,wr-cycle = <82>; | 138 | gpmc,rd-cycle-ns = <82>; |
139 | gpmc,wr-access = <40>; | 139 | gpmc,wr-cycle-ns = <82>; |
140 | gpmc,wr-data-mux-bus = <0>; | 140 | gpmc,wr-access-ns = <40>; |
141 | gpmc,wr-data-mux-bus-ns = <0>; | ||
141 | 142 | ||
142 | #address-cells = <1>; | 143 | #address-cells = <1>; |
143 | #size-cells = <1>; | 144 | #size-cells = <1>; |