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>
This commit is contained in:
@@ -253,7 +253,13 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user