diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-05-18 11:12:30 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-18 17:59:49 +0200 |
commit | 1e52eacc42dd514a0967d2fcd990572565e5296d (patch) | |
tree | 08fe97438bf8b4a85802314b0a9f3a40f9c72ca8 /target/linux | |
parent | 73e0f52b6e4e1c79e4e95573f2050ae9ff10ac00 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/ath79/dts/qca9563_rosinson_wr818.dts | 2 |
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"; |