arm: dts: k3-j721e-r5-common-proc-board: Use unique names for dummy clocks
authorFaiz Abbas <faiz_abbas@ti.com>
Wed, 26 Feb 2020 08:14:37 +0000 (13:44 +0530)
committerPeng Fan <peng.fan@nxp.com>
Mon, 9 Mar 2020 00:33:16 +0000 (08:33 +0800)
Update the dummy clock names to use unique identifiers. Otherwise the
previous node just gets overwitten by the next one with the same name.
This fixes eMMC boot not working on J721e-evm.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
arch/arm/dts/k3-j721e-r5-common-proc-board.dts

index eb577cd..5973e21 100644 (file)
                u-boot,dm-spl;
        };
 
-       clk_200mhz: dummy_clock {
+       clk_200mhz: dummy_clock_200mhz {
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <200000000>;
                u-boot,dm-spl;
        };
 
-       clk_19_2mhz: dummy_clock {
+       clk_19_2mhz: dummy_clock_19_2mhz {
                compatible = "fixed-clock";
                #clock-cells = <0>;
                clock-frequency = <19200000>;