mbox series

[PATCHv2,0/2] update at91 usart compatible for sam9x60

Message ID 20230713095111.335346-1-durai.manickamkr@microchip.com
Headers show
Series update at91 usart compatible for sam9x60 | expand

Message

Durai Manickam KR July 13, 2023, 9:51 a.m. UTC
There is only one debug unit in the sam9x60 SOC and it has the chipid 
register. So defining these dbgu compatible strings to the flexcom usart
is not correct and causes the SOC detection failure. So removing these 
dbgu compatible strings defined under the flexcom usart and updating 
the yaml file accordingly.

Durai Manickam KR (2):
  dt-bindings: serial: atmel,at91-usart: add compatible for sam9x60
  ARM: dts: at91: sam9x60: fix the SOC detection

 .../bindings/serial/atmel,at91-usart.yaml     |  4 ++-
 arch/arm/boot/dts/microchip/sam9x60.dtsi      | 26 +++++++++----------
 2 files changed, 16 insertions(+), 14 deletions(-)