arm64: zynqmp: Reflect emmc controller ID in model in DT

Make sense to add controller ID to model name to have it visible through
the logs to know which controller is used by which configuration.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2018-11-21 15:52:31 +01:00
parent 09a4c91b66
commit f3289d1f0e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
/dts-v1/;
/ {
model = "ZynqMP MINI EMMC";
model = "ZynqMP MINI EMMC0";
compatible = "xlnx,zynqmp";
#address-cells = <2>;
#size-cells = <2>;

View File

@ -10,7 +10,7 @@
/dts-v1/;
/ {
model = "ZynqMP MINI EMMC";
model = "ZynqMP MINI EMMC1";
compatible = "xlnx,zynqmp";
#address-cells = <2>;
#size-cells = <2>;