Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2015 11:27:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 199837] incorrect i2c3 address in imx6.dtsi
Message-ID:  <bug-199837-7@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199837

            Bug ID: 199837
           Summary: incorrect i2c3 address in imx6.dtsi
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: arm
          Assignee: freebsd-arm@FreeBSD.org
          Reporter: waitman@waitman.net

i2c3 is at 021a8000, not 021ac000. 

358                         i2c3: i2c@021ac000 {
359                                 compatible = "fsl,imx6q-i2c";
360                                 reg = <0x021a8000 0x4000>;
361                                 interrupts = < 70 >;
362                                 status = "disabled";
363                         };

Please update line 358 in 
/usr/src/sys/boot/fdt/dts/arm/imx6.dtsi 

"i2c3: i2c@021a8000"

imx6 layout:
021AC000 - 021AFFFF  AIPS-2 (OPACR11) ROMCP 16 KB
021A8000 - 021ABFFF  AIPS-2 (OPACR10) I2C3 16 KB

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199837-7>