mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 06:18:45 -04:00
ARM: dts: exynos: Use Exynos5422 compatible for the DSI controller
The driver adding support for Exynos5422/Exynos5800 DSI controller was merged in 2016, yet it wasn't actually used. Add a proper compatible for it. Signed-off-by: Markuss Broks <markuss.broks@gmail.com> Link: https://lore.kernel.org/r/20230121201844.46872-3-markuss.broks@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
5d5aa219a7
commit
3ff52ed2e8
@@ -597,7 +597,7 @@ mipi_phy: mipi-video-phy {
|
||||
#phy-cells = <1>;
|
||||
};
|
||||
|
||||
dsi@14500000 {
|
||||
dsi: dsi@14500000 {
|
||||
compatible = "samsung,exynos5410-mipi-dsi";
|
||||
reg = <0x14500000 0x10000>;
|
||||
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
@@ -148,6 +148,10 @@ opp-200000000 {
|
||||
};
|
||||
};
|
||||
|
||||
&dsi {
|
||||
compatible = "samsung,exynos5422-mipi-dsi";
|
||||
};
|
||||
|
||||
&mfc {
|
||||
compatible = "samsung,mfc-v8";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user