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

Markuss Broks posted 3 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH 1/3] arm: dts: exynos5420: Add a label to the DSI controller node
Posted by Markuss Broks 2 years, 7 months ago
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 --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>;
-- 
2.39.0
Re: [PATCH 1/3] arm: dts: exynos5420: Add a label to the DSI controller node
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 19/01/2023 19:59, Markuss Broks wrote:
> Add a label to the DSI controller node so board device-trees
> could add subnodes.
> 
> Signed-off-by: Markuss Broks <markuss.broks@gmail.com>

The patch on its own does not make any sense. We do not add labels just
because maybe they will or will not be used. Need to be squashed with
the user of this label.



Best regards,
Krzysztof