From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 30 Jun 2015 09:08:00 -0700 Subject: [U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses In-Reply-To: <1435095556-15924-1-git-send-email-sjg@chromium.org> References: <1435095556-15924-1-git-send-email-sjg@chromium.org> Message-ID: <5592BEE0.1090900@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon, Does the dm force using device tree? I was reviewing a patch set regarding SPI and found OF_CONTROL has to be selected in order to get the driver model happy. My understanding of the driver model is both device tree and platform data are allowed, like Linux. Is that still true? York