Skip to content

Commit

Permalink
gpu: drm: grate: enable t30 dsi support
Browse files Browse the repository at this point in the history
Signed-off-by: Svyatoslav Ryhel <[email protected]>
  • Loading branch information
clamor-s authored and digetx committed Jul 30, 2022
1 parent d2e9011 commit a00ecf7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
power-domains = <&pd_core>;
operating-points-v2 = <&dsia_dvfs_opp_table>;
status = "disabled";

#address-cells = <1>;
#size-cells = <0>;
};

dsi@54400000 {
Expand All @@ -332,6 +335,9 @@
power-domains = <&pd_core>;
operating-points-v2 = <&dsib_dvfs_opp_table>;
status = "disabled";

#address-cells = <1>;
#size-cells = <0>;
};
};

Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/grate/drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ static const struct of_device_id host1x_drm_subdevs[] = {
{ .compatible = "nvidia,tegra20-gr2d", },
{ .compatible = "nvidia,tegra20-gr3d", },
{ .compatible = "nvidia,tegra30-dc", },
{ .compatible = "nvidia,tegra30-dsi", },
{ .compatible = "nvidia,tegra30-hdmi", },
{ .compatible = "nvidia,tegra30-gr2d", },
{ .compatible = "nvidia,tegra30-gr3d", },
Expand Down
1 change: 1 addition & 0 deletions drivers/gpu/drm/grate/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,7 @@ static const struct of_device_id tegra_dsi_of_match[] = {
{ .compatible = "nvidia,tegra132-dsi", },
{ .compatible = "nvidia,tegra124-dsi", },
{ .compatible = "nvidia,tegra114-dsi", },
{ .compatible = "nvidia,tegra30-dsi", },
{ },
};
MODULE_DEVICE_TABLE(of, tegra_dsi_of_match);
Expand Down

0 comments on commit a00ecf7

Please sign in to comment.