ath79: use the qca,qca9563 chip compatible for the WR818
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 18 May 2019 09:12:30 +0000 (11:12 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 18 May 2019 15:59:49 +0000 (17:59 +0200)
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 <chunkeey@gmail.com>
target/linux/ath79/dts/qca9563_rosinson_wr818.dts

index cf0ec1bfa138986767abd1d1a54bc89412248177..faa8105e8c1847e259119f76252f280145e192be 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        model = "ROSINSON WR818";
-       compatible = "rosinson,wr818", "qca,qca9560";
+       compatible = "rosinson,wr818", "qca,qca9563";
 
        chosen {
                bootargs = "console=ttyS0,115200n8";