On 11.11.2020 02:04, Florian Fainelli wrote:
diff --git a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
new file mode 100644
index 000000000000..3bbefc86b978
--- /dev/null
+++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
@@ -0,0 +1,188 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+#include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/interrupt-controller/arm-gic.h>
+
+/dts-v1/;
+
+/ {
+ interrupt-parent = <&gic>;
+
+ #address-cells = <2>;
+ #size-cells = <2>;
+
+ aliases {
+ serial0 = &uart0;
+ };
+
+ chosen {
+ bootargs = "earlycon=bcm63xx_uart,0xff800640";
We talked about it before, but the earlycon should be dropped from the
.dtsi file, it does not really belong there.
I asked the following question that you probably missed, could you check it, please?
On Wed, 4 Nov 2020 at 09:02, Rafał Miłecki <zajec5@xxxxxxxxx> wrote:
> Can you explain why, is that some kernel rule I missed? That's extremely helpful for debugging.
^^