From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Subject: Re: [PATCH 08/16] arm: dts: add spi nodes to the mt7623.dtsi file Date: Tue, 24 Jan 2017 23:39:21 +0100 Message-ID: <69d73342-d710-5f6d-567b-8e75a84fdb18@gmail.com> References: <1485170975-51813-1-git-send-email-john@phrozen.org> <1485170975-51813-9-git-send-email-john@phrozen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1485170975-51813-9-git-send-email-john-Pj+rj9U5foFAfugRpC6u6w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: John Crispin , Rob Herring Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, =?UTF-8?Q?Andreas_F=c3=a4rber?= List-Id: linux-mediatek@lists.infradead.org On 01/23/2017 12:29 PM, John Crispin wrote: > Add SPI nodes to the mt7623.dtsi file. > > Signed-off-by: John Crispin > --- > arch/arm/boot/dts/mt7623.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi > index 8ac4569..c8f38e1 100644 > --- a/arch/arm/boot/dts/mt7623.dtsi > +++ b/arch/arm/boot/dts/mt7623.dtsi > @@ -15,6 +15,7 @@ > #include > #include > #include > +#include Why do you need this include here? Regards, Matthias > #include > #include > #include > @@ -281,6 +282,17 @@ > status = "disabled"; > }; > > + spi: spi@1100a000 { > + compatible = "mediatek,mt7623-spi", > + "mediatek,mt6589-spi"; > + reg = <0 0x1100a000 0 0x1000>; > + interrupts = ; > + clocks = <&pericfg CLK_PERI_SPI0>; > + clock-names = "main"; > + > + status = "disabled"; > + }; > + > hifsys: syscon@1a000000 { > compatible = "mediatek,mt7623-hifsys", > "mediatek,mt2701-hifsys", > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html