Message ID | 20220913142205.162399-3-sergiu.moga@microchip.com |
---|---|
State | Accepted |
Commit | 7fca501460f6a6e97e15176eb6a648d02c90800c |
Headers | show |
Series | Make atmel serial driver aware of GCLK | expand |
On 13.09.2022 17:21, Sergiu Moga wrote: > Maintain consistency among the compatibles of the serial nodes of > sam9x60ek and highlight the incremental characteristic of its serial > IP's by making sure that all serial nodes contain both the sam9x60 > and sam9260 usart/dbgu compatibles. > > Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com> Applied to at91-dt, thanks! > --- > > > v1 -> v2: > - Nothing, this patch was not here before > > > v2 -> v3: > - Nothing, previously this was [PATCH 4] > > > > arch/arm/boot/dts/at91-sam9x60ek.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/at91-sam9x60ek.dts b/arch/arm/boot/dts/at91-sam9x60ek.dts > index 7ade9979e1c6..67bce8d60908 100644 > --- a/arch/arm/boot/dts/at91-sam9x60ek.dts > +++ b/arch/arm/boot/dts/at91-sam9x60ek.dts > @@ -258,7 +258,7 @@ &flx5 { > status = "okay"; > > uart1: serial@200 { > - compatible = "microchip,sam9x60-usart", "atmel,at91sam9260-usart"; > + compatible = "microchip,sam9x60-dbgu", "microchip,sam9x60-usart", "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart"; > reg = <0x200 0x200>; > interrupts = <14 IRQ_TYPE_LEVEL_HIGH 7>; > dmas = <&dma0
diff --git a/arch/arm/boot/dts/at91-sam9x60ek.dts b/arch/arm/boot/dts/at91-sam9x60ek.dts index 7ade9979e1c6..67bce8d60908 100644 --- a/arch/arm/boot/dts/at91-sam9x60ek.dts +++ b/arch/arm/boot/dts/at91-sam9x60ek.dts @@ -258,7 +258,7 @@ &flx5 { status = "okay"; uart1: serial@200 { - compatible = "microchip,sam9x60-usart", "atmel,at91sam9260-usart"; + compatible = "microchip,sam9x60-dbgu", "microchip,sam9x60-usart", "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart"; reg = <0x200 0x200>; interrupts = <14 IRQ_TYPE_LEVEL_HIGH 7>; dmas = <&dma0
Maintain consistency among the compatibles of the serial nodes of sam9x60ek and highlight the incremental characteristic of its serial IP's by making sure that all serial nodes contain both the sam9x60 and sam9260 usart/dbgu compatibles. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com> --- v1 -> v2: - Nothing, this patch was not here before v2 -> v3: - Nothing, previously this was [PATCH 4] arch/arm/boot/dts/at91-sam9x60ek.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)