mbox series

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

Message ID 20230718065735.10187-1-durai.manickamkr@microchip.com (mailing list archive)
Headers show
Series update at91 usart compatible for sam9x60 | expand

Message

Durai Manickam KR July 18, 2023, 6:57 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.
---
v2 changes:
1. Updating the dt-bindings documentation and send one more patch for
the yaml file.
---
v3 change:
1. Explained the issue in the commit message rather than in the cover
letter. Added the detailed commit message for the changes done.
---
Durai Manickam KR (2):
  dt-bindings: serial: atmel,at91-usart: update 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(-)

Comments

patchwork-bot+linux-soc@kernel.org July 24, 2023, 2:05 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 18 Jul 2023 12:27:33 +0530 you wrote:
> 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.
> ---
> v2 changes:
> 1. Updating the dt-bindings documentation and send one more patch for
> the yaml file.
> 
> [...]

Here is the summary with links:
  - [PATCHv3,1/2] dt-bindings: serial: atmel,at91-usart: update compatible for sam9x60
    https://git.kernel.org/soc/soc/c/92d39d018347
  - [PATCHv3,2/2] ARM: dts: at91: sam9x60: fix the SOC detection
    https://git.kernel.org/soc/soc/c/f6ad3c13f1b8

You are awesome, thank you!