From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH v1 3/3] arm64: dts: mt7622: Drop the general purpose timer node Date: Sun, 11 Nov 2018 21:45:56 -0500 Message-ID: <20181112024556.GI2642@sasha-vm> References: <30f4a4110190a175307ac4dfebc98ffe96c44b90.1541643419.git.ryder.lee@mediatek.com> <17fde639c7d37f9cfabab230379913e652cf869a.1541643419.git.ryder.lee@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: <17fde639c7d37f9cfabab230379913e652cf869a.1541643419.git.ryder.lee@mediatek.com> Sender: stable-owner@vger.kernel.org To: Ryder Lee Cc: Rob Herring , Matthias Brugger , Weijie Gao , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, stable@vger.kernel.org List-Id: devicetree@vger.kernel.org On Mon, Nov 12, 2018 at 09:28:08AM +0800, Ryder Lee wrote: >The crash http://termbin.com/zitb is caused by the timer register >into system in early pahse during kernel boot, but the clock >sources didn't get ready at that time. > >A better way is to switch to use CLK_OF_DECLARE() in driver for things >that need them early, but this node is actually useless in MT7622. >So we drop it. > >Fixes: 9cc7f0de9e67 ("arm64: dts: mt7622: add timer, CCI-400 and PMU nodes") >Cc: stable@vger.kernel.org >Signed-off-by: Ryder Lee To confirm: the patch this fixes was added in v4.20-rc1, which means that this current patch doesn't apply to any of the stable trees. Did we miss something?