• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版21acb843db24ec8fc743bf78b8e253fc69c20e27 (tree)
时间2022-07-26 02:02:03
作者Paul Barker <paul.barker@sanc...>
CommiterTom Rini

Log Message

board: ti: am335x: Enable spi0 bus on SanCloud BBE Lite

The SanCloud BBE Lite has a Micron Authenta flash device connected to
the spi0 bus.

Signed-off-by: Paul Barker <paul.barker@sancloud.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

更改概述

差异

--- a/board/ti/am335x/mux.c
+++ b/board/ti/am335x/mux.c
@@ -401,8 +401,13 @@ void enable_board_pin_mux(void)
401401 configure_module_pin_mux(mmc0_pin_mux_sk_evm);
402402 } else if (board_is_bone_lt()) {
403403 if (board_is_bben()) {
404+ char subtype_id = board_ti_get_config()[1];
405+
404406 /* SanCloud Beaglebone LT Enhanced pinmux */
405407 configure_module_pin_mux(rgmii1_pin_mux);
408+
409+ if (subtype_id == 'L')
410+ configure_module_pin_mux(spi0_pin_mux);
406411 } else {
407412 /* Beaglebone LT pinmux */
408413 configure_module_pin_mux(mii1_pin_mux);