Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: broadcom: bcm21664: Move chosen node into Garnet DTS

The serial console settings in the chosen node are device-specific,
not SoC-specific. Move the chosen node out of bcm21664.dtsi and into
the only DTS that uses it, bcm21664-garnet.dts.

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
Link: https://lore.kernel.org/r/20240729-bcm21664-common-v2-1-ebc21a89bf63@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Artur Weber and committed by
Florian Fainelli
19c48f27 ed0d78c7

+4 -4
+4
arch/arm/boot/dts/broadcom/bcm21664-garnet.dts
··· 11 11 model = "BCM21664 Garnet board"; 12 12 compatible = "brcm,bcm21664-garnet", "brcm,bcm21664"; 13 13 14 + chosen { 15 + bootargs = "console=ttyS0,115200n8"; 16 + }; 17 + 14 18 memory@80000000 { 15 19 device_type = "memory"; 16 20 reg = <0x80000000 0x40000000>; /* 1 GB */
-4
arch/arm/boot/dts/broadcom/bcm21664.dtsi
··· 12 12 compatible = "brcm,bcm21664"; 13 13 interrupt-parent = <&gic>; 14 14 15 - chosen { 16 - bootargs = "console=ttyS0,115200n8"; 17 - }; 18 - 19 15 cpus { 20 16 #address-cells = <1>; 21 17 #size-cells = <0>;