ath79: fix QCA953x DDR and GPIO compatible bindings
authorDavid Bauer <mail@david-bauer.net>
Sun, 19 Apr 2020 16:28:09 +0000 (18:28 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 24 Apr 2020 18:03:18 +0000 (20:03 +0200)
The memory as well as GPIO controller had the wrong SoC name used for
their compatible binding.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/dts/qca953x.dtsi

index f7e0703e4eef74bd2f9f848d3cbba9aeedbaff10..af85e8482ac1d1c0a1447cc9fcada0bbbdc3044c 100644 (file)
@@ -34,7 +34,7 @@
        ahb {
                apb {
                        ddr_ctrl: memory-controller@18000000 {
-                               compatible = "qca,ar9530-ddr-controller",
+                               compatible = "qca,qca9530-ddr-controller",
                                                "qca,ar7240-ddr-controller";
                                reg = <0x18000000 0x128>;
 
@@ -69,7 +69,7 @@
                        };
 
                        gpio: gpio@18040000 {
-                               compatible = "qca,ar9530-gpio",
+                               compatible = "qca,qca9530-gpio",
                                                "qca,ar9340-gpio";
                                reg = <0x18040000 0x28>;