diff mbox series

[1/3] arm: dts: exynos5420: Add a label to the DSI controller node

Message ID 20230119185940.156558-2-markuss.broks@gmail.com
State New
Headers show
Series [1/3] arm: dts: exynos5420: Add a label to the DSI controller node | expand

Commit Message

Markuss Broks Jan. 19, 2023, 6:59 p.m. UTC
Add a label to the DSI controller node so board device-trees
could add subnodes.

Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
---
 arch/arm/boot/dts/exynos5420.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index 9f2523a873d9..099bbdf76d83 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -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>;