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>
25 lines
465 B
Plaintext
25 lines
465 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2020, Martin Botka
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdm630-sony-xperia-ganges-kirin.dts"
|
|
#include "sdm636.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia 10 Plus";
|
|
compatible = "sony,mermaid-row", "qcom,sdm636";
|
|
|
|
/* SDM636 v1 */
|
|
qcom,msm-id = <345 0>;
|
|
qcom,pmic-id = <0x1001b 0x101011a 0x00 0x00 0x1001b 0x201011a 0x00 0x00 0x1001b 0x102001a 0x00 0x00>;
|
|
};
|
|
|
|
&sdc2_state_on {
|
|
pinconf-clk {
|
|
drive-strength = <14>;
|
|
};
|
|
};
|