ARM: dts: mmp3: Add a name to /clocks node
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 31 Oct 2019 16:34:52 +0000 (17:34 +0100)
committerOlof Johansson <olof@lixom.net>
Mon, 4 Nov 2019 01:00:28 +0000 (17:00 -0800)
It should have one and DTC is indeed unhappy about its absence:

  <stdout>: Warning (unit_address_vs_reg): /soc/clocks: node has a reg or
  ranges property, but no unit name

Link: https://lore.kernel.org/r/20191031163455.1711872-2-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/mmp3.dtsi

index e0dcdab196355cc7044f1801d12455b799062690..b1e928ed77d66847a1e87534b957701640fed1c5 100644 (file)
                        cache-level = <2>;
                };
 
-               soc_clocks: clocks {
+               soc_clocks: clocks@d4050000 {
                        compatible = "marvell,mmp2-clock";
                        reg = <0xd4050000 0x1000>,
                              <0xd4282800 0x400>,