arm64: dts: qcom: sdm845: rename labels for DSI nodes
Currently in board files MDSS and DSI nodes stay apart, because labels for DSI nodes do not have the mdss_ prefix. It was found that grouping all display-related notes is more useful. To keep all display-related nodes close in the board files, change DSI node labels from dsi_* to mdss_dsi_*. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230531011623.3808538-12-dmitry.baryshkov@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
8e61d53237
commit
8fe25ba3ff
@@ -636,25 +636,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
|
||||||
|
|
||||||
ports {
|
|
||||||
port@1 {
|
|
||||||
endpoint {
|
|
||||||
remote-endpoint = <&sn65dsi86_in>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
|
||||||
};
|
|
||||||
|
|
||||||
edp_brij_i2c: &i2c3 {
|
edp_brij_i2c: &i2c3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
clock-frequency = <400000>;
|
clock-frequency = <400000>;
|
||||||
@@ -687,7 +668,7 @@ edp_brij_i2c: &i2c3 {
|
|||||||
port@0 {
|
port@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
sn65dsi86_in: endpoint {
|
sn65dsi86_in: endpoint {
|
||||||
remote-endpoint = <&dsi0_out>;
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -767,6 +748,25 @@ ap_ts_i2c: &i2c14 {
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
port@1 {
|
||||||
|
endpoint {
|
||||||
|
remote-endpoint = <&sn65dsi86_in>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Cheza fw does not properly program the GPU aperture to allow the
|
* Cheza fw does not properly program the GPU aperture to allow the
|
||||||
* GPU to update the SMMU pagetables for context switches. Work
|
* GPU to update the SMMU pagetables for context switches. Work
|
||||||
|
|||||||
@@ -415,53 +415,6 @@
|
|||||||
firmware-name = "qcom/sdm845/cdsp.mbn";
|
firmware-name = "qcom/sdm845/cdsp.mbn";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vreg_l26a_1p2>;
|
|
||||||
|
|
||||||
qcom,dual-dsi-mode;
|
|
||||||
qcom,master-dsi;
|
|
||||||
|
|
||||||
ports {
|
|
||||||
port@1 {
|
|
||||||
endpoint {
|
|
||||||
remote-endpoint = <<9611_a>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vreg_l1a_0p875>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi1 {
|
|
||||||
vdda-supply = <&vreg_l26a_1p2>;
|
|
||||||
|
|
||||||
qcom,dual-dsi-mode;
|
|
||||||
|
|
||||||
/* DSI1 is slave, so use DSI0 clocks */
|
|
||||||
assigned-clock-parents = <&dsi0_phy 0>, <&dsi0_phy 1>;
|
|
||||||
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
ports {
|
|
||||||
port@1 {
|
|
||||||
endpoint {
|
|
||||||
remote-endpoint = <<9611_b>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi1_phy {
|
|
||||||
vdds-supply = <&vreg_l1a_0p875>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -517,7 +470,7 @@
|
|||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
||||||
lt9611_a: endpoint {
|
lt9611_a: endpoint {
|
||||||
remote-endpoint = <&dsi0_out>;
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -525,7 +478,7 @@
|
|||||||
reg = <1>;
|
reg = <1>;
|
||||||
|
|
||||||
lt9611_b: endpoint {
|
lt9611_b: endpoint {
|
||||||
remote-endpoint = <&dsi1_out>;
|
remote-endpoint = <&mdss_dsi1_out>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -556,6 +509,53 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vreg_l26a_1p2>;
|
||||||
|
|
||||||
|
qcom,dual-dsi-mode;
|
||||||
|
qcom,master-dsi;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
port@1 {
|
||||||
|
endpoint {
|
||||||
|
remote-endpoint = <<9611_a>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vreg_l1a_0p875>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi1 {
|
||||||
|
vdda-supply = <&vreg_l26a_1p2>;
|
||||||
|
|
||||||
|
qcom,dual-dsi-mode;
|
||||||
|
|
||||||
|
/* DSI1 is slave, so use DSI0 clocks */
|
||||||
|
assigned-clock-parents = <&mdss_dsi0_phy 0>, <&mdss_dsi0_phy 1>;
|
||||||
|
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
ports {
|
||||||
|
port@1 {
|
||||||
|
endpoint {
|
||||||
|
remote-endpoint = <<9611_b>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi1_phy {
|
||||||
|
vdds-supply = <&vreg_l1a_0p875>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&mss_pil {
|
&mss_pil {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
|
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
|
||||||
|
|||||||
@@ -417,80 +417,6 @@
|
|||||||
firmware-name = "qcom/sdm845/cdsp.mdt";
|
firmware-name = "qcom/sdm845/cdsp.mdt";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
|
||||||
|
|
||||||
qcom,dual-dsi-mode;
|
|
||||||
qcom,master-dsi;
|
|
||||||
|
|
||||||
ports {
|
|
||||||
port@1 {
|
|
||||||
endpoint {
|
|
||||||
remote-endpoint = <&truly_in_0>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
panel@0 {
|
|
||||||
compatible = "truly,nt35597-2K-display";
|
|
||||||
reg = <0>;
|
|
||||||
vdda-supply = <&vreg_l14a_1p88>;
|
|
||||||
|
|
||||||
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
|
||||||
mode-gpios = <&tlmm 52 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
truly_in_0: endpoint {
|
|
||||||
remote-endpoint = <&dsi0_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
truly_in_1: endpoint {
|
|
||||||
remote-endpoint = <&dsi1_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi1 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vdda_mipi_dsi1_1p2>;
|
|
||||||
|
|
||||||
qcom,dual-dsi-mode;
|
|
||||||
|
|
||||||
/* DSI1 is slave, so use DSI0 clocks */
|
|
||||||
assigned-clock-parents = <&dsi0_phy 0>, <&dsi0_phy 1>;
|
|
||||||
|
|
||||||
ports {
|
|
||||||
port@1 {
|
|
||||||
endpoint {
|
|
||||||
remote-endpoint = <&truly_in_1>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi1_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vdda_mipi_dsi1_pll>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -527,6 +453,80 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
||||||
|
|
||||||
|
qcom,dual-dsi-mode;
|
||||||
|
qcom,master-dsi;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
port@1 {
|
||||||
|
endpoint {
|
||||||
|
remote-endpoint = <&truly_in_0>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
panel@0 {
|
||||||
|
compatible = "truly,nt35597-2K-display";
|
||||||
|
reg = <0>;
|
||||||
|
vdda-supply = <&vreg_l14a_1p88>;
|
||||||
|
|
||||||
|
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
||||||
|
mode-gpios = <&tlmm 52 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
port@0 {
|
||||||
|
reg = <0>;
|
||||||
|
truly_in_0: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
port@1 {
|
||||||
|
reg = <1>;
|
||||||
|
truly_in_1: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi1_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi1 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vdda_mipi_dsi1_1p2>;
|
||||||
|
|
||||||
|
qcom,dual-dsi-mode;
|
||||||
|
|
||||||
|
/* DSI1 is slave, so use DSI0 clocks */
|
||||||
|
assigned-clock-parents = <&mdss_dsi0_phy 0>, <&mdss_dsi0_phy 1>;
|
||||||
|
|
||||||
|
ports {
|
||||||
|
port@1 {
|
||||||
|
endpoint {
|
||||||
|
remote-endpoint = <&truly_in_1>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi1_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vdda_mipi_dsi1_pll>;
|
||||||
|
};
|
||||||
|
|
||||||
&mss_pil {
|
&mss_pil {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
|
firmware-name = "qcom/sdm845/mba.mbn", "qcom/sdm845/modem.mbn";
|
||||||
|
|||||||
@@ -336,44 +336,6 @@
|
|||||||
firmware-name = "qcom/sdm845/oneplus6/cdsp.mbn";
|
firmware-name = "qcom/sdm845/oneplus6/cdsp.mbn";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Both devices use different panels but all other properties
|
|
||||||
* are common. Compatible line is declared in device dts.
|
|
||||||
*/
|
|
||||||
display_panel: panel@0 {
|
|
||||||
status = "disabled";
|
|
||||||
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
vddio-supply = <&vreg_l14a_1p88>;
|
|
||||||
|
|
||||||
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&panel_reset_pins &panel_te_pin &panel_esd_pin>;
|
|
||||||
|
|
||||||
port {
|
|
||||||
panel_in: endpoint {
|
|
||||||
remote-endpoint = <&dsi0_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_out {
|
|
||||||
remote-endpoint = <&panel_in>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -452,6 +414,44 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Both devices use different panels but all other properties
|
||||||
|
* are common. Compatible line is declared in device dts.
|
||||||
|
*/
|
||||||
|
display_panel: panel@0 {
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
reg = <0>;
|
||||||
|
|
||||||
|
vddio-supply = <&vreg_l14a_1p88>;
|
||||||
|
|
||||||
|
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&panel_reset_pins &panel_te_pin &panel_esd_pin>;
|
||||||
|
|
||||||
|
port {
|
||||||
|
panel_in: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_out {
|
||||||
|
remote-endpoint = <&panel_in>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
||||||
|
};
|
||||||
|
|
||||||
/* Modem/wifi */
|
/* Modem/wifi */
|
||||||
&mss_pil {
|
&mss_pil {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|||||||
@@ -411,44 +411,6 @@
|
|||||||
firmware-name = "qcom/sdm845/axolotl/cdsp.mbn";
|
firmware-name = "qcom/sdm845/axolotl/cdsp.mbn";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
|
||||||
|
|
||||||
panel@0 {
|
|
||||||
compatible = "visionox,rm69299-shift";
|
|
||||||
status = "okay";
|
|
||||||
reg = <0>;
|
|
||||||
vdda-supply = <&vreg_l14a_1p88>;
|
|
||||||
vdd3p3-supply = <&vreg_l28a_3p0>;
|
|
||||||
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
pinctrl-names = "default", "sleep";
|
|
||||||
pinctrl-0 = <&sde_dsi_active &sde_te_active>;
|
|
||||||
pinctrl-1 = <&sde_dsi_suspend &sde_te_suspend>;
|
|
||||||
|
|
||||||
port {
|
|
||||||
panel_in_0: endpoint {
|
|
||||||
remote-endpoint = <&dsi0_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_out {
|
|
||||||
remote-endpoint = <&panel_in_0>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -509,6 +471,44 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
||||||
|
|
||||||
|
panel@0 {
|
||||||
|
compatible = "visionox,rm69299-shift";
|
||||||
|
status = "okay";
|
||||||
|
reg = <0>;
|
||||||
|
vdda-supply = <&vreg_l14a_1p88>;
|
||||||
|
vdd3p3-supply = <&vreg_l28a_3p0>;
|
||||||
|
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
|
pinctrl-names = "default", "sleep";
|
||||||
|
pinctrl-0 = <&sde_dsi_active &sde_te_active>;
|
||||||
|
pinctrl-1 = <&sde_dsi_suspend &sde_te_suspend>;
|
||||||
|
|
||||||
|
port {
|
||||||
|
panel_in_0: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_out {
|
||||||
|
remote-endpoint = <&panel_in_0>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
||||||
|
};
|
||||||
|
|
||||||
&mss_pil {
|
&mss_pil {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
firmware-name = "qcom/sdm845/axolotl/mba.mbn", "qcom/sdm845/axolotl/modem.mbn";
|
firmware-name = "qcom/sdm845/axolotl/mba.mbn", "qcom/sdm845/axolotl/modem.mbn";
|
||||||
|
|||||||
@@ -368,43 +368,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
vdda-supply = <&vreg_l26a_1p2>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
panel: panel@0 {
|
|
||||||
/* The compatible is assigned in device DTs. */
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
backlight = <&pmi8998_wled>;
|
|
||||||
vddio-supply = <&vreg_l14a_1p8>;
|
|
||||||
vsp-supply = <&lab>;
|
|
||||||
vsn-supply = <&ibb>;
|
|
||||||
panel-reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
|
|
||||||
touch-reset-gpios = <&tlmm 99 GPIO_ACTIVE_HIGH>;
|
|
||||||
|
|
||||||
pinctrl-0 = <&sde_dsi_active &sde_te_active_sleep>;
|
|
||||||
pinctrl-1 = <&sde_dsi_sleep &sde_te_active_sleep>;
|
|
||||||
pinctrl-names = "default", "sleep";
|
|
||||||
|
|
||||||
port {
|
|
||||||
panel_in: endpoint {
|
|
||||||
remote-endpoint = <&dsi0_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_out {
|
|
||||||
remote-endpoint = <&panel_in>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
vdds-supply = <&vreg_l1a_0p9>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -515,6 +478,43 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
vdda-supply = <&vreg_l26a_1p2>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
panel: panel@0 {
|
||||||
|
/* The compatible is assigned in device DTs. */
|
||||||
|
reg = <0>;
|
||||||
|
|
||||||
|
backlight = <&pmi8998_wled>;
|
||||||
|
vddio-supply = <&vreg_l14a_1p8>;
|
||||||
|
vsp-supply = <&lab>;
|
||||||
|
vsn-supply = <&ibb>;
|
||||||
|
panel-reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
|
||||||
|
touch-reset-gpios = <&tlmm 99 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
|
pinctrl-0 = <&sde_dsi_active &sde_te_active_sleep>;
|
||||||
|
pinctrl-1 = <&sde_dsi_sleep &sde_te_active_sleep>;
|
||||||
|
pinctrl-names = "default", "sleep";
|
||||||
|
|
||||||
|
port {
|
||||||
|
panel_in: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_out {
|
||||||
|
remote-endpoint = <&panel_in>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
vdds-supply = <&vreg_l1a_0p9>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&pm8998_gpios {
|
&pm8998_gpios {
|
||||||
focus_n: focus-n-state {
|
focus_n: focus-n-state {
|
||||||
pins = "gpio2";
|
pins = "gpio2";
|
||||||
|
|||||||
@@ -231,39 +231,6 @@
|
|||||||
firmware-name = "qcom/sdm845/beryllium/cdsp.mbn";
|
firmware-name = "qcom/sdm845/beryllium/cdsp.mbn";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
status = "okay";
|
|
||||||
vdda-supply = <&vreg_l26a_1p2>;
|
|
||||||
|
|
||||||
display_panel: panel@0 {
|
|
||||||
reg = <0>;
|
|
||||||
vddio-supply = <&vreg_l14a_1p8>;
|
|
||||||
vddpos-supply = <&lab>;
|
|
||||||
vddneg-supply = <&ibb>;
|
|
||||||
|
|
||||||
backlight = <&pmi8998_wled>;
|
|
||||||
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
|
||||||
|
|
||||||
status = "disabled";
|
|
||||||
|
|
||||||
port {
|
|
||||||
panel_in_0: endpoint {
|
|
||||||
remote-endpoint = <&dsi0_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_out {
|
|
||||||
remote-endpoint = <&panel_in_0>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
status = "okay";
|
|
||||||
vdds-supply = <&vreg_l1a_0p875>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -306,6 +273,39 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
status = "okay";
|
||||||
|
vdda-supply = <&vreg_l26a_1p2>;
|
||||||
|
|
||||||
|
display_panel: panel@0 {
|
||||||
|
reg = <0>;
|
||||||
|
vddio-supply = <&vreg_l14a_1p8>;
|
||||||
|
vddpos-supply = <&lab>;
|
||||||
|
vddneg-supply = <&ibb>;
|
||||||
|
|
||||||
|
backlight = <&pmi8998_wled>;
|
||||||
|
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
port {
|
||||||
|
panel_in_0: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_out {
|
||||||
|
remote-endpoint = <&panel_in_0>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
status = "okay";
|
||||||
|
vdds-supply = <&vreg_l1a_0p875>;
|
||||||
|
};
|
||||||
|
|
||||||
&mss_pil {
|
&mss_pil {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
firmware-name = "qcom/sdm845/beryllium/mba.mbn", "qcom/sdm845/beryllium/modem.mbn";
|
firmware-name = "qcom/sdm845/beryllium/mba.mbn", "qcom/sdm845/beryllium/modem.mbn";
|
||||||
|
|||||||
@@ -373,44 +373,6 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&dsi0 {
|
|
||||||
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
display_panel: panel@0 {
|
|
||||||
compatible = "jdi,fhd-nt35596s";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
reg = <0>;
|
|
||||||
|
|
||||||
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
|
||||||
vddio-supply = <&vreg_l14a_1p8>;
|
|
||||||
backlight = <&pmi8998_wled>;
|
|
||||||
vddpos-supply = <&lab>;
|
|
||||||
vddneg-supply = <&ibb>;
|
|
||||||
|
|
||||||
pinctrl-names = "default", "sleep";
|
|
||||||
pinctrl-0 = <&sde_dsi_active>;
|
|
||||||
pinctrl-1 = <&sde_dsi_suspend>;
|
|
||||||
|
|
||||||
port {
|
|
||||||
panel_in: endpoint {
|
|
||||||
remote-endpoint = <&dsi0_out>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_out {
|
|
||||||
remote-endpoint = <&panel_in>;
|
|
||||||
data-lanes = <0 1 2 3>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&dsi0_phy {
|
|
||||||
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gcc {
|
&gcc {
|
||||||
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
protected-clocks = <GCC_QSPI_CORE_CLK>,
|
||||||
<GCC_QSPI_CORE_CLK_SRC>,
|
<GCC_QSPI_CORE_CLK_SRC>,
|
||||||
@@ -505,6 +467,44 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0 {
|
||||||
|
vdda-supply = <&vdda_mipi_dsi0_1p2>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
display_panel: panel@0 {
|
||||||
|
compatible = "jdi,fhd-nt35596s";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
reg = <0>;
|
||||||
|
|
||||||
|
reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
|
||||||
|
vddio-supply = <&vreg_l14a_1p8>;
|
||||||
|
backlight = <&pmi8998_wled>;
|
||||||
|
vddpos-supply = <&lab>;
|
||||||
|
vddneg-supply = <&ibb>;
|
||||||
|
|
||||||
|
pinctrl-names = "default", "sleep";
|
||||||
|
pinctrl-0 = <&sde_dsi_active>;
|
||||||
|
pinctrl-1 = <&sde_dsi_suspend>;
|
||||||
|
|
||||||
|
port {
|
||||||
|
panel_in: endpoint {
|
||||||
|
remote-endpoint = <&mdss_dsi0_out>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_out {
|
||||||
|
remote-endpoint = <&panel_in>;
|
||||||
|
data-lanes = <0 1 2 3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&mdss_dsi0_phy {
|
||||||
|
vdds-supply = <&vdda_mipi_dsi0_pll>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&mss_pil {
|
&mss_pil {
|
||||||
firmware-name = "qcom/sdm845/polaris/mba.mbn", "qcom/sdm845/polaris/modem.mbn";
|
firmware-name = "qcom/sdm845/polaris/mba.mbn", "qcom/sdm845/polaris/modem.mbn";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|||||||
@@ -4501,14 +4501,14 @@
|
|||||||
port@1 {
|
port@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
dpu_intf1_out: endpoint {
|
dpu_intf1_out: endpoint {
|
||||||
remote-endpoint = <&dsi0_in>;
|
remote-endpoint = <&mdss_dsi0_in>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
port@2 {
|
port@2 {
|
||||||
reg = <2>;
|
reg = <2>;
|
||||||
dpu_intf2_out: endpoint {
|
dpu_intf2_out: endpoint {
|
||||||
remote-endpoint = <&dsi1_in>;
|
remote-endpoint = <&mdss_dsi1_in>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -4608,7 +4608,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dsi0: dsi@ae94000 {
|
mdss_dsi0: dsi@ae94000 {
|
||||||
compatible = "qcom,sdm845-dsi-ctrl",
|
compatible = "qcom,sdm845-dsi-ctrl",
|
||||||
"qcom,mdss-dsi-ctrl";
|
"qcom,mdss-dsi-ctrl";
|
||||||
reg = <0 0x0ae94000 0 0x400>;
|
reg = <0 0x0ae94000 0 0x400>;
|
||||||
@@ -4630,12 +4630,12 @@
|
|||||||
"iface",
|
"iface",
|
||||||
"bus";
|
"bus";
|
||||||
assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>;
|
assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>;
|
||||||
assigned-clock-parents = <&dsi0_phy 0>, <&dsi0_phy 1>;
|
assigned-clock-parents = <&mdss_dsi0_phy 0>, <&mdss_dsi0_phy 1>;
|
||||||
|
|
||||||
operating-points-v2 = <&dsi_opp_table>;
|
operating-points-v2 = <&dsi_opp_table>;
|
||||||
power-domains = <&rpmhpd SDM845_CX>;
|
power-domains = <&rpmhpd SDM845_CX>;
|
||||||
|
|
||||||
phys = <&dsi0_phy>;
|
phys = <&mdss_dsi0_phy>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
@@ -4648,20 +4648,20 @@
|
|||||||
|
|
||||||
port@0 {
|
port@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
dsi0_in: endpoint {
|
mdss_dsi0_in: endpoint {
|
||||||
remote-endpoint = <&dpu_intf1_out>;
|
remote-endpoint = <&dpu_intf1_out>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
dsi0_out: endpoint {
|
mdss_dsi0_out: endpoint {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dsi0_phy: phy@ae94400 {
|
mdss_dsi0_phy: phy@ae94400 {
|
||||||
compatible = "qcom,dsi-phy-10nm";
|
compatible = "qcom,dsi-phy-10nm";
|
||||||
reg = <0 0x0ae94400 0 0x200>,
|
reg = <0 0x0ae94400 0 0x200>,
|
||||||
<0 0x0ae94600 0 0x280>,
|
<0 0x0ae94600 0 0x280>,
|
||||||
@@ -4680,7 +4680,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
dsi1: dsi@ae96000 {
|
mdss_dsi1: dsi@ae96000 {
|
||||||
compatible = "qcom,sdm845-dsi-ctrl",
|
compatible = "qcom,sdm845-dsi-ctrl",
|
||||||
"qcom,mdss-dsi-ctrl";
|
"qcom,mdss-dsi-ctrl";
|
||||||
reg = <0 0x0ae96000 0 0x400>;
|
reg = <0 0x0ae96000 0 0x400>;
|
||||||
@@ -4702,12 +4702,12 @@
|
|||||||
"iface",
|
"iface",
|
||||||
"bus";
|
"bus";
|
||||||
assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE1_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK1_CLK_SRC>;
|
assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE1_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK1_CLK_SRC>;
|
||||||
assigned-clock-parents = <&dsi1_phy 0>, <&dsi1_phy 1>;
|
assigned-clock-parents = <&mdss_dsi1_phy 0>, <&mdss_dsi1_phy 1>;
|
||||||
|
|
||||||
operating-points-v2 = <&dsi_opp_table>;
|
operating-points-v2 = <&dsi_opp_table>;
|
||||||
power-domains = <&rpmhpd SDM845_CX>;
|
power-domains = <&rpmhpd SDM845_CX>;
|
||||||
|
|
||||||
phys = <&dsi1_phy>;
|
phys = <&mdss_dsi1_phy>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
@@ -4720,20 +4720,20 @@
|
|||||||
|
|
||||||
port@0 {
|
port@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
dsi1_in: endpoint {
|
mdss_dsi1_in: endpoint {
|
||||||
remote-endpoint = <&dpu_intf2_out>;
|
remote-endpoint = <&dpu_intf2_out>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
port@1 {
|
port@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
dsi1_out: endpoint {
|
mdss_dsi1_out: endpoint {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
dsi1_phy: phy@ae96400 {
|
mdss_dsi1_phy: phy@ae96400 {
|
||||||
compatible = "qcom,dsi-phy-10nm";
|
compatible = "qcom,dsi-phy-10nm";
|
||||||
reg = <0 0x0ae96400 0 0x200>,
|
reg = <0 0x0ae96400 0 0x200>,
|
||||||
<0 0x0ae96600 0 0x280>,
|
<0 0x0ae96600 0 0x280>,
|
||||||
@@ -4895,10 +4895,10 @@
|
|||||||
clocks = <&rpmhcc RPMH_CXO_CLK>,
|
clocks = <&rpmhcc RPMH_CXO_CLK>,
|
||||||
<&gcc GCC_DISP_GPLL0_CLK_SRC>,
|
<&gcc GCC_DISP_GPLL0_CLK_SRC>,
|
||||||
<&gcc GCC_DISP_GPLL0_DIV_CLK_SRC>,
|
<&gcc GCC_DISP_GPLL0_DIV_CLK_SRC>,
|
||||||
<&dsi0_phy 0>,
|
<&mdss_dsi0_phy 0>,
|
||||||
<&dsi0_phy 1>,
|
<&mdss_dsi0_phy 1>,
|
||||||
<&dsi1_phy 0>,
|
<&mdss_dsi1_phy 0>,
|
||||||
<&dsi1_phy 1>,
|
<&mdss_dsi1_phy 1>,
|
||||||
<&dp_phy 0>,
|
<&dp_phy 0>,
|
||||||
<&dp_phy 1>;
|
<&dp_phy 1>;
|
||||||
clock-names = "bi_tcxo",
|
clock-names = "bi_tcxo",
|
||||||
|
|||||||
Reference in New Issue
Block a user