10 Dec, 2018

1 commit

  • Boards based on imx28 have duplicate memory nodes:

    - One coming from the board dts file: memory@

    - One coming from the imx28.dtsi file.

    Fix the duplication by removing the memory node from the dtsi file
    and by adding 'device_type = "memory";' in the board dts.

    Reported-by: Rob Herring
    Signed-off-by: Fabio Estevam
    Signed-off-by: Shawn Guo

    Fabio Estevam
     

12 Feb, 2018

1 commit

  • Fix the following warnings from dtc by adding the unit name to memory
    nodes:

    Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name

    Converted using the following command:

    perl -p0777i -e 's/memory \{\n\t\treg = \
    Reviewed-by: Fabio Estevam
    Signed-off-by: Shawn Guo

    Marco Franchi
     

14 Nov, 2016

1 commit


23 Jul, 2016

1 commit

  • Replace the non-standard vendor prefix stm with st for
    STMicroelectronics. The drivers do not specify the vendor prefixes
    since the I2C Core strips them away from the DT provided compatible
    string. Therefore, changing existing device trees does not have any
    impact on device detection.

    Signed-off-by: Stefan Agner
    Signed-off-by: Rob Herring

    Stefan Agner
     

03 May, 2016

1 commit


18 Jul, 2014

1 commit