mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 08:51:31 +01:00
arm: dts: ipq5332: Add AP-MI01.6-QCN9160 RDP support
This patch adds the support for AP-MI01.6-QCN9160 RDP by reusing the ipq5332-mi01.6.dts for better readabilty Change-Id: I2776222fd80637f0111dc9074491f351cfb932b3 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
parent
69e0d84997
commit
1df70b042e
2 changed files with 26 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ dtb-$(CONFIG_ARCH_IPQ5332) += ipq5332-emulation.dtb \
|
|||
ipq5332-mi01.3.dtb \
|
||||
ipq5332-mi01.4.dtb \
|
||||
ipq5332-mi01.6.dtb \
|
||||
ipq5332-mi01.6-qcn9160.dtb \
|
||||
ipq5332-mi03.1.dtb \
|
||||
ipq5332-mi04.1.dtb \
|
||||
ipq5332-db-mi01.1.dtb \
|
||||
|
|
|
|||
25
arch/arm/dts/ipq5332-mi01.6-qcn9160.dts
Normal file
25
arch/arm/dts/ipq5332-mi01.6-qcn9160.dts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
* only version 2 as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "ipq5332-mi01.6.dts"
|
||||
/ {
|
||||
machid = <0x8060100>;
|
||||
config_name = "config@mi01.6-qcn9160";
|
||||
|
||||
aliases {
|
||||
/delete-property/usb0;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue