From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Tue, 21 Apr 2015 11:42:29 +0100 Subject: [RESEND PATCH 4/8] layerscape/ftm: Add compatible string for FTM0 be used as alarm timer. In-Reply-To: References: <1427888858-29636-1-git-send-email-bhupesh.sharma@freescale.com> <1427888858-29636-5-git-send-email-bhupesh.sharma@freescale.com> <20150401132400.GF11403@leverpostej> Message-ID: <20150421104228.GC8544@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > > > + ftm0: ftm0 at 2800000 { > > > + compatible = "fsl,ftm-alarm"; > > > + reg = <0x0 0x2800000 0x0 0x10000>; > > > + interrupts = ; > > > + }; > > > > Missing properties? > > > > The FTM0 alarm timer only need "compatible", "reg" and "interrupts" properties. > I miss something about the properties? As far as I could tell from the original patch, clocks were also listed as required properties regardless. Mark.