mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
arm64: tegra: Add NVJPG node for Tegra210 platforms
The Tegra X1 chip contains a NVJPG accelerator capable of encoding/decoding JPEG files in hardware. Complete its DT node and enable it. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
172de4d681
commit
7beff596dd
|
|
@ -275,7 +275,13 @@ vic@54340000 {
|
|||
nvjpg@54380000 {
|
||||
compatible = "nvidia,tegra210-nvjpg";
|
||||
reg = <0x0 0x54380000 0x0 0x00040000>;
|
||||
status = "disabled";
|
||||
clocks = <&tegra_car TEGRA210_CLK_NVJPG>;
|
||||
clock-names = "nvjpg";
|
||||
resets = <&tegra_car 195>;
|
||||
reset-names = "nvjpg";
|
||||
|
||||
iommus = <&mc TEGRA_SWGROUP_NVJPG>;
|
||||
power-domains = <&pd_nvjpg>;
|
||||
};
|
||||
|
||||
dsib: dsi@54400000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user