ramips: fix devicetree compat strings
"PandoraBox" is not the name of the manufacturer, it's a firmware made by the manufacturer actually. Their official English name is "D-Team". PBR-M1 is the only one they use "PandoraBox" as a brand name. Their other products are using "Newifi" as their trademark (including Y1 and Y1S which used to be OEM products for Lenovo). Signed-off-by: Chuanhong Guo <gch981213@gmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
c0e131b436
commit
198da20401
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "pandorabox,pbr-d1", "mediatek,mt7628an-soc";
|
||||
compatible = "d-team,pbr-d1", "mediatek,mt7628an-soc";
|
||||
model = "PBR-D1";
|
||||
|
||||
chosen {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "pandorabox,pbr-m1", "mediatek,mt7621-soc";
|
||||
compatible = "d-team,pbr-m1", "mediatek,mt7621-soc";
|
||||
model = "PBR-M1";
|
||||
|
||||
memory@0 {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "Y1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "lenovo,y1", "ralink,mt7620a-soc";
|
||||
compatible = "lenovo,newifi-y1", "ralink,mt7620a-soc";
|
||||
model = "Lenovo Y1";
|
||||
|
||||
gpio-leds {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "lenovo,y1", "ralink,mt7620a-soc";
|
||||
compatible = "lenovo,newifi-y1", "ralink,mt7620a-soc";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "Y1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "lenovo,y1s", "lenovo,y1", "ralink,mt7620a-soc";
|
||||
compatible = "lenovo,newifi-y1s", "lenovo,newifi-y1", "ralink,mt7620a-soc";
|
||||
model = "Lenovo Y1S";
|
||||
|
||||
gpio_export {
|
||||
|
|
Loading…
Reference in a new issue