projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4c1e6
)
Workaround for work brightness. Moved to fifth slot.
author
Oleg Ogurtsov
<o.ogurtsov@samsung.com>
Thu, 26 Jul 2012 10:43:03 +0000
(14:43 +0400)
committer
Evgeny Voevodin
<e.voevodin@samsung.com>
Fri, 27 Jul 2012 06:32:02 +0000
(10:32 +0400)
tizen/src/hw/maru_arm_board.c
patch
|
blob
|
history
diff --git
a/tizen/src/hw/maru_arm_board.c
b/tizen/src/hw/maru_arm_board.c
index 2cc93cb07b92eaeeb1382afebe2038fd1a46642e..ad2eeb7e23798835eb29b0256b7e90a1b4609b9a 100644
(file)
--- a/
tizen/src/hw/maru_arm_board.c
+++ b/
tizen/src/hw/maru_arm_board.c
@@
-119,8
+119,11
@@
static void maru_arm_machine_init(ram_addr_t ram_size,
pci_create_simple(pci_bus, -1, "pci-ohci");
maru_camera_pci_init(pci_bus);
- pci_maru_brightness_init(pci_bus);
codec_init(pci_bus);
+ /* WARNING: On ARM not works every fourth PCI device.
+ * Add device on fourth slot */
+ pci_create_simple(pci_bus, -1, "pci-ohci");
+ pci_maru_brightness_init(pci_bus);
arm_load_kernel(first_cpu, &maru_arm_board_binfo);
}