[Bug 199837] incorrect i2c3 address in imx6.dtsi

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 1 11:27:07 UTC 2015


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 at FreeBSD.org
          Reporter: waitman at waitman.net

i2c3 is at 021a8000, not 021ac000. 

358                         i2c3: i2c at 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 at 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.


More information about the freebsd-arm mailing list