The Synopsys DesignWare ABP UART is commonly used. Therefore, it is meaningful
to clear the warnings detected by snps-dw-apb-uart.yaml. I fixed everything I
could. The only problem left is that some serial port nodes do not have the
property 'interrupts'. I don't know their interrupt number, so there's no way
to fix it. By the way, is there a scenario where serial ports do not need to be
interrupted? If it exists, property 'interrupts' should not be defined as required.
Zhen Lei (4):
arm64: dts: bitmain: normalize the node name of the UART devices
arm64: dts: broadcom: normalize the node name of the UART devices
arm64: dts: realtek: rtd16xx: normalize the node name of the UART
devices
arm64: dts: synaptics: normalize the node name of the UART devices
arch/arm64/boot/dts/bitmain/bm1880.dtsi | 6 +++---
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 8 ++++----
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 6 +++---
arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
--
2.21.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".
Signed-off-by: Zhen Lei <redacted>
---
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".
Signed-off-by: Zhen Lei <redacted>
---
arch/arm64/boot/dts/bitmain/bm1880.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".
Signed-off-by: Zhen Lei <redacted>
---
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".
Signed-off-by: Zhen Lei <redacted>
---
arch/arm64/boot/dts/synaptics/berlin4ct.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Andreas Färber <afaerber@suse.de> Date: 2021-05-19 14:31:35
Hi,
On 19.05.21 16:19, Zhen Lei wrote:
quoted hunk
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".
Signed-off-by: Zhen Lei <redacted>
---
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[snip]
Ouch, shame on me for not catching this in review...
Reviewed-by: Andreas Färber <afaerber@suse.de>
Are you expecting this to go through the four maintainer trees or
centrally somehow?
Thanks,
Andreas
--
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer
HRB 36809 (AG Nürnberg)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Change the node name of the UART devices to match
"^serial(@[0-9a-f,]+)*$".
Signed-off-by: Zhen Lei <redacted>
---
arch/arm64/boot/dts/realtek/rtd16xx.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[snip]
Ouch, shame on me for not catching this in review...
Reviewed-by: Andreas Färber <afaerber@suse.de>
Are you expecting this to go through the four maintainer trees or
centrally somehow?
It would be nice for each maintainer to add its own patch to its own tree.
Each patch is independent, I put these four patches together just for the
convenience of describing 0000-cover-letter