Skip to content

Commit

Permalink
dts: msm8939-mtp: add sony,kanuti-tulip
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Day <[email protected]>
  • Loading branch information
samcday committed Jan 29, 2025
1 parent 1b7174a commit 578caea
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lk2nd/device/dts/msm8916/msm8939-mtp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,33 @@
};
};

sony-tulip {
model = "Sony Xperia M4 Aqua";
compatible = "sony,kanuti-tulip";
lk2nd,match-panel;
lk2nd,dtb-files = "msm8939-sony-xperia-kanuti-tulip";

gpio-keys {
compatible = "gpio-keys";

volume-down {
lk2nd,code = <KEY_VOLUMEDOWN>;
gpios = <&tlmm 51 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
volume-up {
lk2nd,code = <KEY_VOLUMEUP>;
gpios = <&tlmm 11 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
};

panel {
compatible = "sony,kanuti-tulip-panel", "lk2nd,panel";
qcom,mdss_dsi_nt35521_720p_video {
compatible = "sony,tulip-truly-nt35521";
};
};
};

xiaomi-ferrari {
model = "Xiaomi Mi 4i";
compatible = "xiaomi,ferrari";
Expand Down

0 comments on commit 578caea

Please sign in to comment.