Commit c2174c6
Revert "boards: arm: Fix sensor shell sample for beagleconnect_freedom board"
This reverts commit 3769938.
Now that gpio_i2c_switch is upstream, this hack should be removed. This
had the unintended effect of disabling the on-board sensors. The issue
was that the board was merged before this driver was upstream, resulting
in the issue this commit "fixed".
This revert also does not move the bus driver under the controller used
by the driver as the sensor bus I2C driver is not an I2C peripheral.
See:
* zephyrproject-rtos/zephyr#64881
* zephyrproject-rtos/zephyr#64693
* zephyrproject-rtos/zephyr#65031
(cherry picked from commit 547a75d)
Original-Signed-off-by: Jason Kridner <[email protected]>
GitOrigin-RevId: 547a75d
Change-Id: Ib6a6a0f71d249bc19a312d469f6e41224b70524b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5119865
Reviewed-by: Yuval Peress <[email protected]>
Tested-by: Yuval Peress <[email protected]>
Commit-Queue: Yuval Peress <[email protected]>
Tested-by: ChromeOS Prod (Robot) <[email protected]>1 parent 063848a commit c2174c6
1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
67 | 79 | | |
68 | 80 | | |
69 | 81 | | |
| |||
126 | 138 | | |
127 | 139 | | |
128 | 140 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments