Message ID | 20230119185940.156558-2-markuss.broks@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Correct inaccuracies in Exynos5420 and Exynos5800 device trees | expand |
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
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>;
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(-)