[PATCH 4/4] ARM: dts: mstar: Add second UART to base dtsi.

Rob Herring robh+dt at kernel.org
Mon Mar 28 06:28:07 PDT 2022


On Thu, Mar 24, 2022 at 7:44 AM Daniel Palmer <daniel at 0x0f.com> wrote:
>
> Add the second UART to the base dtsi.
>
> Signed-off-by: Daniel Palmer <daniel at 0x0f.com>
> ---
>  arch/arm/boot/dts/mstar-v7.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi
> index 8464a8f1b136..baf2422b9854 100644
> --- a/arch/arm/boot/dts/mstar-v7.dtsi
> +++ b/arch/arm/boot/dts/mstar-v7.dtsi
> @@ -182,6 +182,14 @@ pm_uart: uart at 221000 {
>                                 clock-frequency = <172000000>;
>                                 status = "disabled";
>                         };
> +
> +                       uart1: uart at 221200 {

serial at ...

Please run schema checks on your DT as that should be a warning that I
don't have to tell you about.

Rob



More information about the linux-arm-kernel mailing list