ipq806x: move stdout-path to DTSI files

All device DTS files in the target set the stdout-path to the same
value. So, let's move the definitions to the DTSI files.

That's also where the kernel defines it (qcom-ipq8064-v1.0.dtsi).

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2020-07-03 15:35:03 +02:00
parent ed761344d2
commit 74e339f118
17 changed files with 16 additions and 38 deletions

View File

@ -23,10 +23,6 @@
serial0 = &gsbi4_serial;
mdio-gpio0 = &mdio0;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&adm_dma {

View File

@ -23,10 +23,6 @@
serial0 = &gsbi4_serial;
mdio-gpio0 = &mdio0;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&qcom_pinmux {

View File

@ -32,10 +32,6 @@
label-mac-device = &gmac2;
};
chosen {
stdout-path = "serial0:115200n8";
};
keys {
compatible = "gpio-keys";
pinctrl-0 = <&button_pins>;

View File

@ -33,7 +33,6 @@
chosen {
bootargs = "rootfstype=squashfs noinitrd";
stdout-path = "serial0:115200n8";
};
keys {

View File

@ -18,10 +18,6 @@
serial0 = &uart2;
mdio-gpio0 = &mdio0;
};
chosen {
stdout-path = "serial0:115200n8";
};
};
&qcom_pinmux {

View File

@ -33,7 +33,6 @@
chosen {
bootargs = "console=ttyMSM0,115200n8";
stdout-path = "serial0:115200n8";
append-rootblock = "ubi.mtd="; /* append to bootargs adding the root deviceblock nbr from bootloader */
};

View File

@ -34,7 +34,6 @@
chosen {
bootargs = "rootfstype=squashfs noinitrd";
stdout-path = "serial0:115200n8";
};
keys {

View File

@ -38,7 +38,6 @@
chosen {
bootargs = "rootfstype=squashfs noinitrd";
stdout-path = "serial0:115200n8";
};
keys {

View File

@ -1,5 +1,11 @@
#include "qcom-ipq8064.dtsi"
/ {
chosen {
stdout-path = "serial0:115200n8";
};
};
&CPU_SPC {
status = "okay";
};

View File

@ -1,5 +1,11 @@
#include "qcom-ipq8064.dtsi"
/ {
chosen {
stdout-path = "serial0:115200n8";
};
};
&CPU_SPC {
status = "okay";
};

View File

@ -31,10 +31,6 @@
led-upgrade = &general;
};
chosen {
stdout-path = "serial0:115200n8";
};
keys {
compatible = "gpio-keys";
pinctrl-0 = <&button_pins>;

View File

@ -31,10 +31,6 @@
led-upgrade = &power_green;
};
chosen {
stdout-path = "serial0:115200n8";
};
keys {
compatible = "gpio-keys";
pinctrl-0 = <&button_pins>;

View File

@ -52,10 +52,6 @@
led-upgrade = &led_pass;
};
chosen {
stdout-path = "serial0:115200n8";
};
leds {
compatible = "gpio-leds";

View File

@ -34,7 +34,6 @@
chosen {
/* use "ubi_rootfs" volume in "ubi" partition as rootfs */
bootargs = "ubi.block=0,1 root=/dev/ubiblock0_1 rootfstype=squashfs";
stdout-path = "serial0:115200n8";
};
leds {

View File

@ -34,7 +34,6 @@
chosen {
bootargs = "rootfstype=squashfs,ext4 rootwait noinitrd";
stdout-path = "serial0:115200n8";
append-rootblock = "root=/dev/mmcblk0p";
};

View File

@ -37,10 +37,6 @@
label-mac-device = &gmac2;
};
chosen {
stdout-path = "serial0:115200n8";
};
keys {
compatible = "gpio-keys";
pinctrl-0 = <&button_pins>;

View File

@ -4,6 +4,10 @@
model = "Qualcomm IPQ8065";
compatible = "qcom,ipq8065", "qcom,ipq8064";
chosen {
stdout-path = "serial0:115200n8";
};
cpus {
qcom,l2 {
qcom,l2-cpufreq = <384000000 600000000 1400000000>;