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>
ahb {
apb {
ddr_ctrl: memory-controller@18000000 {
- compatible = "qca,ar9530-ddr-controller",
+ compatible = "qca,qca9530-ddr-controller",
"qca,ar7240-ddr-controller";
reg = <0x18000000 0x128>;
};
gpio: gpio@18040000 {
- compatible = "qca,ar9530-gpio",
+ compatible = "qca,qca9530-gpio",
"qca,ar9340-gpio";
reg = <0x18040000 0x28>;