1
0
Fork 0

ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012

Every device tested so far got UART0 (at 0x18000300) working as serial
console. It's most likely part of reference design and all vendors use
it that way.

It seems to be easier to enable it by default and just disable it if we
ever see a device with different hardware design.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Jon Mason <jon.mason@broadcom.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
zero-colors
Rafał Miłecki 2016-12-01 18:40:51 +01:00 committed by Florian Fainelli
parent 7ce7d89f48
commit 7b790d3b29
20 changed files with 10 additions and 61 deletions

View File

@ -136,10 +136,6 @@
};
};
&uart0 {
status = "okay";
};
&usb2 {
vcc-gpio = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
};

View File

@ -55,10 +55,6 @@
};
};
&uart0 {
status = "okay";
};
&spi_nor {
status = "okay";
};

View File

@ -56,10 +56,6 @@
};
};
&uart0 {
status = "okay";
};
&spi_nor {
status = "okay";
};

View File

@ -83,10 +83,6 @@
};
};
&uart0 {
status = "okay";
};
&usb3 {
vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
};

View File

@ -119,10 +119,6 @@
};
};
&uart0 {
status = "okay";
};
&spi_nor {
status = "okay";
};

View File

@ -34,3 +34,7 @@
};
};
&uart0 {
status = "okay";
};

View File

@ -122,7 +122,3 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -24,3 +24,7 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -100,7 +100,3 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -107,10 +107,6 @@
};
};
&uart0 {
status = "okay";
};
&usb2 {
vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
};

View File

@ -97,10 +97,6 @@
};
};
&uart0 {
status = "okay";
};
&usb2 {
vcc-gpio = <&chipcommon 13 GPIO_ACTIVE_HIGH>;
};

View File

@ -8,4 +8,5 @@
&uart0 {
clock-frequency = <125000000>;
status = "okay";
};

View File

@ -105,10 +105,6 @@
};
};
&uart0 {
status = "okay";
};
&usb3 {
vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
};

View File

@ -98,10 +98,6 @@
};
};
&uart0 {
status = "okay";
};
&usb3 {
vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
};

View File

@ -97,7 +97,3 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -14,4 +14,5 @@
&uart0 {
clock-frequency = <125000000>;
status = "okay";
};

View File

@ -50,7 +50,3 @@
reg = <0x00000000 0x08000000>;
};
};
&uart0 {
status = "okay";
};

View File

@ -50,7 +50,3 @@
reg = <0x00000000 0x08000000>;
};
};
&uart0 {
status = "okay";
};

View File

@ -70,10 +70,6 @@
};
};
&uart0 {
status = "okay";
};
&spi_nor {
status = "okay";
};

View File

@ -54,7 +54,6 @@
&uart0 {
clock-frequency = <62499840>;
status = "okay";
};
&uart1 {