Re: [PATCH v1 1/1] video: tegra20: dc: use nvidia,head property to identify DC controller

2024-06-18 Thread Thierry Reding
On Tue Jun 18, 2024 at 1:57 PM CEST, Svyatoslav Ryhel wrote: > Use existing nvidia,head device tree property to get DC controller id. > > Signed-off-by: Svyatoslav Ryhel > --- > drivers/video/tegra20/tegra-dc.c | 6 ++ > drivers/video/tegra20/tegra-dc.h | 4 +--- > 2 files changed, 3

[PATCH v1 1/1] video: tegra20: dc: use nvidia, head property to identify DC controller

2024-06-18 Thread Svyatoslav Ryhel
Use existing nvidia,head device tree property to get DC controller id. Signed-off-by: Svyatoslav Ryhel --- drivers/video/tegra20/tegra-dc.c | 6 ++ drivers/video/tegra20/tegra-dc.h | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/video/tegra20/tegra-dc.c