Skip to content

Commit

Permalink
fixup! arm64: dts: qcom: add device-tree for Redmi Note 6 Pro (tulip)
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 3, 2024
1 parent 84bb8e4 commit 0178edf
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions arch/arm64/boot/dts/qcom/sdm636-xiaomi-tulip.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include <dt-bindings/input/input.h>
#include <dt-bindings/input/gpio-keys.h>

/delete-node/ &tz_mem;

/ {
model = "Xiaomi Redmi Note 6 Pro";
compatible = "xiaomi,tulip", "qcom,sdm660", "qcom,sdm636";
Expand Down Expand Up @@ -44,15 +42,6 @@
height = <2280>;
stride = <(1080 * 4)>;
format = "a8r8g8b8";

/* In order to allow simple-framebuffer to know
* physical dimensions */
panel = <&fb_panel>;

fb_panel: fb-panel {
width-mm = <68>;
height-mm = <143>;
};
};
};

Expand Down Expand Up @@ -116,8 +105,6 @@
};

&adsp_pil {
firmware-name = "adsp.mdt";

status = "okay";
};

Expand Down Expand Up @@ -481,6 +468,13 @@
regulator-enable-ramp-delay = <250>;
};

vreg_l16a_2p7: l16 {
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <2800000>;
regulator-enable-ramp-delay = <250>;
regulator-always-on;
};

vreg_l17a_1p8: l17 {
regulator-min-microvolt = <1650000>;
regulator-max-microvolt = <2950000>;
Expand Down Expand Up @@ -553,7 +547,7 @@

mdss_te_active: mdss_te_active {
pins = "gpio59";
function = "gpio";
function = "mdp_vsync";
drive-strength = <2>;
bias-pull-down;
};
Expand Down Expand Up @@ -591,8 +585,6 @@
phys = <&qusb2phy0>;
phy-names = "usb2-phy";
dr_mode = "peripheral";

status = "okay";
};

&venus {
Expand Down

0 comments on commit 0178edf

Please sign in to comment.