mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge "ARM: dts: msm: Move model and compatible property to dts file"
This commit is contained in:
commit
157f6fcddb
3 changed files with 3 additions and 4 deletions
|
@ -164,6 +164,7 @@ compatible = "qcom,msm8936-cdp"
|
|||
compatible = "qcom,msm8936-mtp"
|
||||
compatible = "qcom,msm8939-cdp"
|
||||
compatible = "qcom,msm8939-mtp"
|
||||
compatible = "qcom,msm8939-qrd-skuk"
|
||||
compatible = "qcom,msm8939-rumi"
|
||||
compatible = "qcom,msm8939-sim"
|
||||
compatible = "qcom,msm8960-cdp"
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
#include "msm8939-qrd-skuk.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. MSM8939 QRD SKUK";
|
||||
compatible = "qcom,msm8939-qrd-skuk", "qcom,msm8939-qrd", "qcom,msm8939", "qcom,qrd";
|
||||
qcom,board-id = <0x1000b 5>, <0x2000b 5>;
|
||||
};
|
||||
|
||||
|
|
|
@ -13,10 +13,6 @@
|
|||
#include "msm8939-qrd.dtsi"
|
||||
#include "dsi-panel-nt35596-1080p-skuk-video.dtsi"
|
||||
#include "msm8939-camera-sensor-qrd.dtsi"
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. MSM8939 QRD SKUK";
|
||||
compatible = "qcom,msm8939-qrd-skuk", "qcom,msm8939-qrd", "qcom,msm8939", "qcom,qrd";
|
||||
};
|
||||
|
||||
&soc {
|
||||
i2c@78b9000 { /* BLSP1 QUP5 */
|
||||
|
|
Loading…
Reference in a new issue