[PATCH 3/4] imxrt1050 dtsi gpt1 node

Giulio Benetti giulio.benetti at benettiengineering.com
Mon Feb 8 23:23:46 CET 2021


Subject should be:
ARM: dts: imxrt1050: add gpt1 node

Please try to:
# git log arch/arm/dts/imxrt1050.dtsi
this is to see the form already used to begin commit.
In general, try to imitate what others do in commited patches.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

On 2/8/21 1:24 AM, Jesse Taube wrote:
> Signed-off-by: Jesse Taube <mr.bossman075 at gmail.com>
> Cc: Stefano Babic <tsbabic at denx.de>
> Cc: Giulio Benetti <giulio.benetti at benettiengineering.com>
> Cc: Jesse Taube <mr.bossman075 at gmail.com>
> ---
>   arch/arm/dts/imxrt1050.dtsi | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi
> index a9281001e5..47a1d24973 100644
> --- a/arch/arm/dts/imxrt1050.dtsi
> +++ b/arch/arm/dts/imxrt1050.dtsi
> @@ -154,5 +154,13 @@
>   			clock-names = "per";
>   			status = "disabled";
>   		};
> +
> +		gpt1: gpt1 at 401ec000 {
> +			compatible = "fsl,imxrt-gpt";
> +			reg = <0x401ec000 0x4000>;
> +			interrupts = <100>;
> +			clocks = <&clks IMXRT1050_CLK_PIT_GPT>;
> +			status = "disabled";
> +		};
>   	};
>   };
> 


More information about the U-Boot mailing list