[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6aae27c8-fadc-4104-8c8b-f4143f34af14@kernel.org>
Date: Thu, 1 May 2025 12:14:00 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Kaustabh Chakraborty <kauschluss@...root.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Alim Akhtar <alim.akhtar@...sung.com>,
Kees Cook <kees@...nel.org>, Tony Luck <tony.luck@...el.com>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>
Cc: Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org
Subject: Re: [PATCH v6 2/5] arm64: dts: exynos: add initial devicetree support
for exynos7870
On 13/04/2025 20:58, Kaustabh Chakraborty wrote:
> +
> + serial2: serial@...20000 {
> + compatible = "samsung,exynos7870-uart",
> + "samsung,exynos8895-uart";
> + reg = <0x13820000 0x100>;
> + interrupts = <GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>;
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&uart2_bus>;
> +
> + clock-names = "uart", "clk_uart_baud0";
> + clocks = <&cmu_peri CLK_GOUT_PERI_UART2_PCLK>,
> + <&cmu_peri CLK_GOUT_PERI_UART2_EXT_UCLK>;
> +
> + samsung,uart-fifosize = <256>;
> +
> + status = "disabled";
> + };
> +
> +
If there is going to be any resend, drop redundant blank line.
Best regards,
Krzysztof
Powered by blists - more mailing lists