From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Tue, 4 Jul 2017 13:35:11 +0100 Subject: [PATCH 1/2] arm64: dts: add Spreadtrum's fm support In-Reply-To: <20170704101508.30946-2-chunyan.zhang@spreadtrum.com> References: <20170704101508.30946-1-chunyan.zhang@spreadtrum.com> <20170704101508.30946-2-chunyan.zhang@spreadtrum.com> Message-ID: <20170704123510.GC21587@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 04, 2017 at 06:15:07PM +0800, Chunyan Zhang wrote: > Added FM support for Spreadtrum's SP9860 board. > > Signed-off-by: Songhe Wei > Signed-off-by: Chunyan Zhang > --- > arch/arm64/boot/dts/sprd/sp9860g-1h10.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts > index 0362ecd..6fe052d 100644 > --- a/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts > +++ b/arch/arm64/boot/dts/sprd/sp9860g-1h10.dts > @@ -39,6 +39,10 @@ > #size-cells = <2>; > ranges; > }; > + > + sprd-fm { > + compatible = "sprd,marlin2-fm"; > + }; What kind of device is this? MMIO? It seems to be sitting directly under the root node, but has no reg or relationship with another bus defined, so something is missing. This will need binding documentation. Thanks, Mark. > }; > > &uart0 { > -- > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html