aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2017-10-11 11:39:40 -0400
committerKevin Hilman <khilman@baylibre.com>2017-10-11 20:25:32 -0400
commita87f854ddcf7ff7e044d72db0aa6da82f26d69a6 (patch)
treecd156f139354e8d078d60dab77ef931816012c6a
parentab29891e953fd7c3410f3edeb50457812f7694d8 (diff)
ARM64: dts: meson-gx: remove unnecessary uart compatible
Since the switch to documented uart bindings, the old undocumented compatible binding was left for simplicity. This patch removes these unneeded compatible strings. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gx.dtsi10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index 2be981a547df..b7723436a04b 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
@@ -225,14 +225,14 @@
225 }; 225 };
226 226
227 uart_A: serial@84c0 { 227 uart_A: serial@84c0 {
228 compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; 228 compatible = "amlogic,meson-gx-uart";
229 reg = <0x0 0x84c0 0x0 0x14>; 229 reg = <0x0 0x84c0 0x0 0x14>;
230 interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>; 230 interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>;
231 status = "disabled"; 231 status = "disabled";
232 }; 232 };
233 233
234 uart_B: serial@84dc { 234 uart_B: serial@84dc {
235 compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; 235 compatible = "amlogic,meson-gx-uart";
236 reg = <0x0 0x84dc 0x0 0x14>; 236 reg = <0x0 0x84dc 0x0 0x14>;
237 interrupts = <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>; 237 interrupts = <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>;
238 status = "disabled"; 238 status = "disabled";
@@ -277,7 +277,7 @@
277 }; 277 };
278 278
279 uart_C: serial@8700 { 279 uart_C: serial@8700 {
280 compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; 280 compatible = "amlogic,meson-gx-uart";
281 reg = <0x0 0x8700 0x0 0x14>; 281 reg = <0x0 0x8700 0x0 0x14>;
282 interrupts = <GIC_SPI 93 IRQ_TYPE_EDGE_RISING>; 282 interrupts = <GIC_SPI 93 IRQ_TYPE_EDGE_RISING>;
283 status = "disabled"; 283 status = "disabled";
@@ -388,14 +388,14 @@
388 }; 388 };
389 389
390 uart_AO: serial@4c0 { 390 uart_AO: serial@4c0 {
391 compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart", "amlogic,meson-uart"; 391 compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart";
392 reg = <0x0 0x004c0 0x0 0x14>; 392 reg = <0x0 0x004c0 0x0 0x14>;
393 interrupts = <GIC_SPI 193 IRQ_TYPE_EDGE_RISING>; 393 interrupts = <GIC_SPI 193 IRQ_TYPE_EDGE_RISING>;
394 status = "disabled"; 394 status = "disabled";
395 }; 395 };
396 396
397 uart_AO_B: serial@4e0 { 397 uart_AO_B: serial@4e0 {
398 compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart", "amlogic,meson-uart"; 398 compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart";
399 reg = <0x0 0x004e0 0x0 0x14>; 399 reg = <0x0 0x004e0 0x0 0x14>;
400 interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>; 400 interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
401 status = "disabled"; 401 status = "disabled";