From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mickerik.phytec.de ([195.145.39.210]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ieICd-0001kh-RI for barebox@lists.infradead.org; Mon, 09 Dec 2019 12:31:53 +0000 From: Stefan Riedmueller Date: Mon, 9 Dec 2019 13:31:39 +0100 Message-Id: <1575894703-316604-4-git-send-email-s.riedmueller@phytec.de> In-Reply-To: <1575894703-316604-1-git-send-email-s.riedmueller@phytec.de> References: <1575894703-316604-1-git-send-email-s.riedmueller@phytec.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 4/8] ARM: dts: imx6: phycard: Make eeprom configurable To: barebox@lists.infradead.org The EEPROM is a configurable option. So make it configurable from the dts file. Signed-off-by: Stefan Riedmueller --- No changes in v2 --- arch/arm/dts/imx6q-phytec-phycard.dts | 4 ++++ arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi | 1 + 2 files changed, 5 insertions(+) diff --git a/arch/arm/dts/imx6q-phytec-phycard.dts b/arch/arm/dts/imx6q-phytec-phycard.dts index a56130a31ca6..7f6e0b76ec56 100644 --- a/arch/arm/dts/imx6q-phytec-phycard.dts +++ b/arch/arm/dts/imx6q-phytec-phycard.dts @@ -18,6 +18,10 @@ }; }; +&eeprom { + status = "okay"; +}; + &fec { status = "okay"; }; diff --git a/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi index 6d963f191024..f1a5e5962362 100644 --- a/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi @@ -63,6 +63,7 @@ eeprom: m24c32@50 { compatible = "st,24c32", "at24"; reg = <0x50>; + status = "disabled"; }; }; -- 2.7.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox