lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <alpine.DEB.2.01.1407222145360.27558@pmeerw.net> Date: Tue, 22 Jul 2014 21:46:47 +0200 (CEST) From: Peter Meerwald <pmeerw@...erw.net> To: Marek Belisko <marek@...delico.com> cc: bcousson@...libre.com, tony@...mide.com, mark.rutland@....com, devicetree@...r.kernel.org, linux@....linux.org.uk, pawel.moll@....com, ijc+devicetree@...lion.org.uk, hns@...delico.com, linux-kernel@...r.kernel.org, robh+dt@...nel.org, galak@...eaurora.org, linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org Subject: Re: [PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model > gta04 is using hmc5843l not hmc5843 so fix wrong compatible > entry. I guess you mean hmc5883l > Signed-off-by: Marek Belisko <marek@...delico.com> > --- > arch/arm/boot/dts/omap3-gta04.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts > index 7d7ddd7..6d1a8d8 100644 > --- a/arch/arm/boot/dts/omap3-gta04.dts > +++ b/arch/arm/boot/dts/omap3-gta04.dts > @@ -220,7 +220,7 @@ > > /* compass aka magnetometer */ > hmc5843@1e { > - compatible = "honeywell,hmc5843"; > + compatible = "honeywell,hmc5843l"; > reg = <0x1e>; > }; > > -- Peter Meerwald +43-664-2444418 (mobile) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists