For supporting device tree overlay on QCS610, need to align overlay device tree with normal device tree changes, hence bringing non SoC specific changes to common file. Change-Id: I3632a6a50665e2e399a11ee65813c6d96cf44308 Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org> Signed-off-by: Anurag Chouhan <achouhan@codeaurora.org>
28 lines
823 B
Plaintext
28 lines
823 B
Plaintext
/* Copyright (c) 2019-2020, The Linux Foundation. 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 "qcs610.dtsi"
|
|
#include "qcs610-iot.dtsi"
|
|
#include "qcs610-ipc.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. QCS610 IPC";
|
|
compatible = "qcom,qcs610-iot", "qcom,qcs610", "qcom,iot";
|
|
qcom,board-id = <32 1>;
|
|
};
|
|
|
|
&sm6150_snd {
|
|
/delete-property/ fsa4480-i2c-handle;
|
|
};
|