16 Jul, 2017

1 commit

  • Maintaining separate dtsi file with common nodes make unclear and
    confusing since -isiot.dtsi is available for adding common nodes.
    If the nodes are common between the dts files then mark status
    as "okay" otherwise mark it "disabled" so-that respective dts
    can mark status "okay"

    Signed-off-by: Jagan Teki
    Signed-off-by: Shawn Guo

    Jagan Teki
     

10 Apr, 2017

1 commit

  • lcdif nodes are differ wrt specific LCD connected on Is.IoT MX6UL
    module, so create separate file 'imx6ul-isiot-common.dtsi' for common
    lcdif node structure and include the same on respective dts.

    More common nodes will add in future patches.

    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki
    Signed-off-by: Shawn Guo

    Jagan Teki
     

24 Jan, 2017

1 commit

  • Engicam Is.IoT MX6UL has separate module for NAND, so add nand dts
    file for imx6ul-isiot.dtsi.

    dmesg:
    -----
    nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
    nand: Micron MT29F2G08ABAEAH4
    nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
    gpmi-nand 1806000.gpmi-nand: enable the asynchronous EDO mode 5
    gpmi-nand 1806000.gpmi-nand: driver registered.

    Cc: Matteo Lisi
    Cc: Michael Trimarchi
    Signed-off-by: Jagan Teki
    Signed-off-by: Shawn Guo

    Jagan Teki