mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
c91278931d
PM8841 and PM8941 have 2 SPMI devices per physical package. Add their configuration nodes and include them in boards which are using 8x74 based chipset. Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: Olof Johansson <olof@lixom.net>
20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
#include "qcom-msm8974.dtsi"
|
|
#include "qcom-pm8841.dtsi"
|
|
#include "qcom-pm8941.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia Z1";
|
|
compatible = "sony,xperia-honami", "qcom,msm8974";
|
|
|
|
memory@0 {
|
|
reg = <0 0x40000000>, <0x40000000 0x40000000>;
|
|
device_type = "memory";
|
|
};
|
|
};
|
|
|
|
&soc {
|
|
serial@f991e000 {
|
|
status = "ok";
|
|
};
|
|
};
|