aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-05-18 11:12:30 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-05-18 17:59:49 +0200
commit1e52eacc42dd514a0967d2fcd990572565e5296d (patch)
tree08fe97438bf8b4a85802314b0a9f3a40f9c72ca8 /target/linux/ath79/dts
parent73e0f52b6e4e1c79e4e95573f2050ae9ff10ac00 (diff)
downloadupstream-1e52eacc42dd514a0967d2fcd990572565e5296d.tar.gz
upstream-1e52eacc42dd514a0967d2fcd990572565e5296d.tar.bz2
upstream-1e52eacc42dd514a0967d2fcd990572565e5296d.zip
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r--target/linux/ath79/dts/qca9563_rosinson_wr818.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts
index cf0ec1bfa1..faa8105e8c 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";