After further consideration, it is not worth to keep another separate DTSI, as the differences between Nile and Ganges are very minimal. Instead, let's just address the minimal differences between Kirin and Mermaid. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210728222542.54269-34-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2020, Konrad Dybcio
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdm630.dtsi"
|
|
#include "sdm630-sony-xperia-nile.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia XA2 Ultra";
|
|
compatible = "sony,discovery-row", "qcom,sdm630";
|
|
};
|