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
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
14 Nov, 2016
1 commit
-
The board is now manufactured by Aries Embedded GmbH, update compat string.
Signed-off-by: Marek Vasut
Signed-off-by: Shawn Guo
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
03 May, 2016
1 commit
-
mtdparts is passed from command line, so there is no need to have a
default partitioning in device-tree.Suggested-by: Marek Vasut
Signed-off-by: Fabio Estevam
Acked-by: Marek Vasut
Signed-off-by: Shawn Guo
18 Jul, 2014
1 commit
-
This patch splits the M28EVK device tree file into a common SoM
part and an EVK part. This is needed to make it easier for users
of the SoM to put it into different, non-reference baseboard.Signed-off-by: Marek Vasut
Signed-off-by: Shawn Guo