Date: Tue, 27 Sep 2022 13:23:18 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 266657] Clearfog pro boot hang Message-ID: <bug-266657-7@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266657 Bug ID: 266657 Summary: Clearfog pro boot hang Product: Base System Version: CURRENT Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: trees@neti.ee Created attachment 236875 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236875&action= =3Dedit staller clearfrog pro dmesg After commit 'Import device-tree files from Linux 5.17' (https://github.com/freebsd/freebsd-src/commit/e67e85659c0de33e617e5fbf1028= c6e8b49eee53), Clearfrog pro not boot up any more. Then I make rollback sys/contrib/device-tree/src/arm/armada-38x.dtsi file all start to works aga= in.=20 The stalled output is on file staller_clearfrog_pro.tst diff --git a/sys/contrib/device-tree/src/arm/armada-38x.dtsi b/sys/contrib/device-tree/src/arm/armada-38x.dtsi index df3c8d1d8f64..9b1a24cc5e91 100644 --- a/sys/contrib/device-tree/src/arm/armada-38x.dtsi +++ b/sys/contrib/device-tree/src/arm/armada-38x.dtsi @@ -168,7 +168,7 @@ }; uart0: serial@12000 { - compatible =3D "marvell,armada-38x-uart", "ns16550a"; + compatible =3D "marvell,armada-38x-uart"; reg =3D <0x12000 0x100>; reg-shift =3D <2>; interrupts =3D <GIC_SPI 12 IRQ_TYPE_LEVEL_H= IGH>; @@ -178,7 +178,7 @@ }; uart1: serial@12100 { - compatible =3D "marvell,armada-38x-uart", "ns16550a"; + compatible =3D "marvell,armada-38x-uart"; reg =3D <0x12100 0x100>; reg-shift =3D <2>; interrupts =3D <GIC_SPI 13 IRQ_TYPE_LEVEL_H= IGH>; --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266657-7>