Commit f91d0cf
committed
ARM: dts: at91: sam9x60: fix the SOC detection
Defining the dbgu compatible strings in the UART submodule of the
flexcomm 5 gives the below error log,
AT91: Could not find matching SoC description
This error arises due to defining the dbgu compatible strings to
the flexcom usart which is not valid because there is only one debug unit
in the sam9x60 SOC and it has the chipid register. The dbgu compatible
strings are valid only for debug usart and not valid for flexcom usart.
Thus removing the dbgu compatible strings in the UART submodule of the
flexcom for the proper SOC detection.
Fixes: c016ade (ARM: dts: at91: sam9x60: Move flx5 definitions
in the SoC dtsi)
Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>1 parent 93d4f33 commit f91d0cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments