Skip to content

Commit 50411c8

Browse files
committed
Merge tag 'tegra-for-6.20-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dt
ARM: tegra: Device tree changes for v6.20-rc1 This update corrects the DSI Device Tree nodes for Tegra20 and Tegra30 by adding missing properties (nvidia,mipi-calibrate and cell definitions) to ensure proper MIPI calibration support. * tag 'tegra-for-6.20-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: tegra: Adjust DSI nodes for Tegra20/Tegra30 Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents d5e22ed + 4d93678 commit 50411c8

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)