mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arch: arm: dts: update the config name
Add config names with regex config- for mi01.12, mi01.13 and mi04.3 rdps. Change-Id: Ib09ecddc7ba76f9f479cc04b454b9a0ef033c8d9 Signed-off-by: Sridharan S N <quic_sridsn@quicinc.com>
This commit is contained in:
parent
86a40fee21
commit
6a387e21dc
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include "ipq5332-soc.dtsi"
|
||||
/ {
|
||||
machid = <0x8060202>;
|
||||
config_name = "config@mi01.12", "config@rdp479", "config-rdp479";
|
||||
config_name = "config@mi01.12", "config-mi01.12", "config@rdp479", "config-rdp479";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78AF000";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include "ipq5332-soc.dtsi"
|
||||
/ {
|
||||
machid = <0x8060402>;
|
||||
config_name = "config@mi01.13", "config@rdp480", "config-rdp480";
|
||||
config_name = "config@mi01.13", "config-mi01.13", "config@rdp480", "config-rdp480";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78AF000";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include "ipq5332-soc.dtsi"
|
||||
/ {
|
||||
machid = <0x8060107>;
|
||||
config_name = "config@mi04.3", "config@rdp483", "config-rdp483";
|
||||
config_name = "config@mi04.3", "config-mi04.3", "config@rdp483", "config-rdp483";
|
||||
|
||||
aliases {
|
||||
console = "/serial@78AF000";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue