From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muru.com ([72.249.23.125]:49652 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726464AbfEPQNA (ORCPT ); Thu, 16 May 2019 12:13:00 -0400 Date: Thu, 16 May 2019 09:12:56 -0700 From: Tony Lindgren Subject: Re: [PATCH 2/2] arm: dts: dra76-evm: Disable rtc target module Message-ID: <20190516161256.GB5447@atomide.com> References: <20190516090657.25211-1-j-keerthy@ti.com> <20190516090657.25211-2-j-keerthy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190516090657.25211-2-j-keerthy@ti.com> Sender: devicetree-owner@vger.kernel.org To: Keerthy Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org, t-kristo@ti.com List-ID: Hi, * Keerthy [190516 09:06]: > rtc is fused out on dra76 and accessing target module > register is causing a boot crash hence disable it. So for a fix, can we have a separate dra7 something dtsi file to disable these instead? Or are there already multiple SoC revisions for the same EVM? Then in the long run, if there are the same EVMs with multiple SoC options, the best thing to do is to would be to detect the SoC type and update the property dynamically to set the features not available on the booted SoC to status = "disabled". Seems like that could be done in the ti-sysc driver probe unless needed earlier. Regards, Tony