From 1e52eacc42dd514a0967d2fcd990572565e5296d Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 18 May 2019 11:12:30 +0200 Subject: [PATCH] ath79: use the qca,qca9563 chip compatible for the WR818 All other QCA9563 devices already use this identifier for the exact SoC. Not that this matters much since as upstream states in Documentation/devicetree/usage-model.txt: "First and foremost, the kernel will use data in the DT to identify the specific machine. In a perfect world, the specific platform shouldn't matter to the kernel because all platform details would be described perfectly by the device tree in a consistent and reliable manner. [...] In the majority of cases, the machine identity is irrelevant, and the kernel will instead select setup code based on the machine's core CPU or SoC." Signed-off-by: Christian Lamparter --- target/linux/ath79/dts/qca9563_rosinson_wr818.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts index cf0ec1bfa138..faa8105e8c18 100644 --- a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts +++ b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts @@ -8,7 +8,7 @@ / { model = "ROSINSON WR818"; - compatible = "rosinson,wr818", "qca,qca9560"; + compatible = "rosinson,wr818", "qca,qca9563"; chosen { bootargs = "console=ttyS0,115200n8"; -- 2.30.2