Skip to content

Commit

Permalink
fixup! arm64: dts: qcom: Add Xiaomi Mi Pad 4 Plus device tree
Browse files Browse the repository at this point in the history
  • Loading branch information
minlexx committed Jan 4, 2024
1 parent 61c1c71 commit f3796d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions arch/arm64/boot/dts/qcom/sdm660-xiaomi-clover-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
#include "sdm660-xiaomi-clover-common.dtsi"

/ {
model = "Xiaomi Mi Pad 4 Plus";
model = "Xiaomi Mi Pad 4 Plus";
compatible = "xiaomi,clover-plus", "qcom,sdm660";
qcom,board-id = <11 0>;
qcom,msm-id = <324 0>;
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>, <0x0001001b 0x0201011a 0x0 0x0>,<0x0001001b 0x0102001a 0x0 0x0>;

vreg_bl_vddio: lcd-backlight-regulator {
compatible = "regulator-fixed";
Expand All @@ -32,7 +35,7 @@
touchscreen@5d {
compatible = "goodix,gt9110";
reg = <0x5d>;
AVDD28-supply = <&vreg_l3b_3p3>;
AVDD28-supply = <&vreg_l3b_3p0>;
VDDIO-supply = <&vreg_l11a_1p8>;
interrupt-parent = <&tlmm>;
interrupts = <67 IRQ_TYPE_LEVEL_LOW>;
Expand Down Expand Up @@ -151,8 +154,6 @@
};

&tlmm {
gpio-reserved-ranges = <0 4>;

lcd_bl_en_default: lcd-bl-en-default-state {
pins = "gpio72";
function = "gpio";
Expand Down

0 comments on commit f3796d7

Please sign in to comment.