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.bossman...@gmail.com>
Cc: Stefano Babic <tsba...@denx.de>
Cc: Giulio Benetti <giulio.bene...@benettiengineering.com>
Cc: Jesse Taube <mr.bossman...@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@401ec000 {
+                       compatible = "fsl,imxrt-gpt";
+                       reg = <0x401ec000 0x4000>;
+                       interrupts = <100>;
+                       clocks = <&clks IMXRT1050_CLK_PIT_GPT>;
+                       status = "disabled";
+               };
        };
  };

Reply via email to