mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
fceef288cf
Some boards using a QCA9556 or QCA9558 had their machine compatible binding incorrectly set to qca,qca9557. Signed-off-by: David Bauer <mail@david-bauer.net>
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "qca9558_tplink_tl-wr1043nd.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,tl-wr1045nd-v2", "qca,qca9558";
|
|
model = "TP-Link TL-WR1045ND v2";
|
|
};
|