2023-01-19 19:33:01

by Markuss Broks

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

Add a label to the DSI controller node so board device-trees
could add subnodes.

Signed-off-by: Markuss Broks <[email protected]>
---
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


2023-01-20 07:42:50

by Krzysztof Kozlowski

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

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 <[email protected]>

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