From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: ARM, SoC: About the use DT-defined properties by 3rd-party drivers Date: Mon, 12 Sep 2016 18:06:05 +0100 Message-ID: <20160912170604.GG14165@leverpostej> References: <57BDAF2E.10502@laposte.net> <57D69FB1.2020801@laposte.net> <20160912123809.GB13741@leverpostej> <57D6AA54.6000208@laposte.net> <20160912135549.GA14165@leverpostej> <57D6D7D2.7030507@laposte.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Warner Losh Cc: Sebastian Frias , devicetree , Mason , LKML , Timur Tabi , Linux ARM List-Id: devicetree@vger.kernel.org Hi, On Mon, Sep 12, 2016 at 10:45:37AM -0600, Warner Losh wrote: > Do I have more examples where FreeBSD has to deviate because the DT is > actually Linux specific and does a poor job of modeling the hardware > and instead reflects the Linux driver model? I have plenty of those... I guess you don't actually have those written down, but on the off-chance, would you be able to share any major pain points? We do try (admittedly far from perfectly) to avoid implementation details in bindings, but driver mdoel details are fairly difficult to pin down either way. It would be nice to be more aware. Thanks, Mark.