diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-15 11:24:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-15 11:24:42 -0400 |
commit | 287be3294af6179782f8a561afca427620504581 (patch) | |
tree | 898cce995f016c45a3ffcafb62f6f2f8acc9a0eb /board | |
parent | bb1ff1371e23c699700a53a53b7c30c310b285fa (diff) | |
parent | 35c2683f46bdea96f1dfce404aee4369a824b68e (diff) |
Merge branch '2020-06-15-misc-bugfixes'
- Assorted bug fixes
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/p1010rdb/README.P1010RDB-PA | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/p1010rdb/README.P1010RDB-PA b/board/freescale/p1010rdb/README.P1010RDB-PA index 46c61237c7..0cb950d845 100644 --- a/board/freescale/p1010rdb/README.P1010RDB-PA +++ b/board/freescale/p1010rdb/README.P1010RDB-PA @@ -88,7 +88,7 @@ Note: 1 stands for 'on', 0 stands for 'off' Setting of hwconfig =================== If FlexCAN or TDM is needed, please set "fsl_p1010mux:tdm_can=can" or -"fsl_p1010mux:tdm_can=tdm" explicitly in u-booot prompt as below for example: +"fsl_p1010mux:tdm_can=tdm" explicitly in u-boot prompt as below for example: setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi" By default, don't set fsl_p1010mux:tdm_can, in this case, spi chip selection is set to spi-flash instead of to SLIC/TDM/DAC and tdm_can_sel is set to TDM |