Skip to content

Commit 4d93678

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra: Adjust DSI nodes for Tegra20/Tegra30
Add missing nvidia,mipi-calibrate and cells properties to DSI nodes. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 8f0b4cc commit 4d93678

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm/boot/dts/nvidia/tegra20.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,11 @@
230230
reset-names = "dsi";
231231
power-domains = <&pd_core>;
232232
operating-points-v2 = <&dsi_dvfs_opp_table>;
233+
nvidia,mipi-calibrate = <&csi 3>; /* DSI pad */
233234
status = "disabled";
235+
236+
#address-cells = <1>;
237+
#size-cells = <0>;
234238
};
235239
};
236240

arch/arm/boot/dts/nvidia/tegra30.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,11 @@
343343
reset-names = "dsi";
344344
power-domains = <&pd_core>;
345345
operating-points-v2 = <&dsia_dvfs_opp_table>;
346+
nvidia,mipi-calibrate = <&csi 3>; /* DSIA pad */
346347
status = "disabled";
348+
349+
#address-cells = <1>;
350+
#size-cells = <0>;
347351
};
348352

349353
dsi@54400000 {
@@ -356,7 +360,11 @@
356360
reset-names = "dsi";
357361
power-domains = <&pd_core>;
358362
operating-points-v2 = <&dsib_dvfs_opp_table>;
363+
nvidia,mipi-calibrate = <&csi 4>; /* DSIB pad */
359364
status = "disabled";
365+
366+
#address-cells = <1>;
367+
#size-cells = <0>;
360368
};
361369
};
362370

0 commit comments

Comments
 (0)