kocoman
January 27, 2021, 2:20pm
#1
can anyone tell me why these are changed between the snapshot vs the v19? thanks
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include <dt-bindings/clock/ath79-clk.h>
#include "ath79.dtsi"
/ {
compatible = "qca,qca9560";
#address-cells = <1>;
#size-cells = <1>;
chosen {
bootargs = "console=ttyS0,115200n8";
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
This file has been truncated. show original
line 222
"compatible = ""qca,qca9560-spi"", ""qca,ar7100-spi"";"
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "ath79.dtsi"
/ {
compatible = "qca,qca9560";
#address-cells = <1>;
#size-cells = <1>;
chosen {
bootargs = "console=ttyS0,115200n8";
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
This file has been truncated. show original
line 225
"compatible = ""qca,ar934x-spi"";"
juppin
January 27, 2021, 2:43pm
#2
@981213 has written a new spi driver that replaces "qca,ar7100-spi" for the newer atheros/qualcomm SoCs.
committed 12:25PM - 05 Feb 20 UTC
A new shift mode was introduced since ar934x which has a way better
performance than current bitbang driver and can handle higher...
1 Like
kocoman
January 27, 2021, 9:30pm
#3
is there any way to backport this to v19? on snapshot my rootfs squashfs is fine for booting but on v19 it detects rootfs as jffs2 and panics because it cant find the filesystem
thanks