ath79: rename qca9533.dtsi to qca953x.dtsi
qca9533 is a costdown version of qca9531 which doesn't have USB and PCIE. Rename the misleading dtsi names and fix the SoC type of gl-ar300m. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> [apply the changes for the gl-x750 as well] Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
5563d49a39
commit
c36ec336a3
8 changed files with 11 additions and 11 deletions
|
@ -3,10 +3,10 @@
|
|||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
#include "qca9533.dtsi"
|
||||
#include "qca953x.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "glinet,ar300m", "qca,qca9533";
|
||||
compatible = "glinet,ar300m", "qca,qca9531";
|
||||
model = "GL.iNet GL-AR300M";
|
||||
|
||||
keys {
|
|
@ -1,6 +1,6 @@
|
|||
/dts-v1/;
|
||||
|
||||
#include "qca9533_glinet_ar300m.dtsi"
|
||||
#include "qca9531_glinet_ar300m.dtsi"
|
||||
|
||||
&spi {
|
||||
status = "okay";
|
|
@ -3,7 +3,7 @@
|
|||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
#include "qca9533_glinet_ar300m.dtsi"
|
||||
#include "qca9531_glinet_ar300m.dtsi"
|
||||
|
||||
&spi {
|
||||
status = "okay";
|
|
@ -4,10 +4,10 @@
|
|||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
#include "qca9533.dtsi"
|
||||
#include "qca953x.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "glinet,gl-x750", "qca,qca9533";
|
||||
compatible = "glinet,gl-x750", "qca,qca9531";
|
||||
model = "GL.iNet GL-X750";
|
||||
|
||||
keys {
|
|
@ -4,7 +4,7 @@
|
|||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
#include "qca9533.dtsi"
|
||||
#include "qca953x.dtsi"
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "ath79.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "qca,qca9533";
|
||||
compatible = "qca,qca9530";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
|
@ -175,7 +175,7 @@ endef
|
|||
TARGET_DEVICES += glinet_ar150
|
||||
|
||||
define Device/glinet_ar300m_nor
|
||||
ATH_SOC := qca9533
|
||||
ATH_SOC := qca9531
|
||||
DEVICE_TITLE := GL.iNet GL-AR300M
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2
|
||||
IMAGE_SIZE := 16000k
|
||||
|
@ -184,7 +184,7 @@ endef
|
|||
TARGET_DEVICES += glinet_ar300m_nor
|
||||
|
||||
define Device/glinet_gl-x750
|
||||
ATH_SOC := qca9533
|
||||
ATH_SOC := qca9531
|
||||
DEVICE_TITLE := GL.iNet GL-X750
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k ath10k-firmware-qca9887
|
||||
IMAGE_SIZE := 16000k
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define Device/glinet_ar300m_nand
|
||||
ATH_SOC := qca9533
|
||||
ATH_SOC := qca9531
|
||||
DEVICE_TITLE := GL-AR300M (NAND)
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage kmod-usb-ledtrig-usbport
|
||||
KERNEL_SIZE := 2048k
|
||||
|
|
Loading…
Reference in a new issue