Message ID | 20191031163455.1711872-2-lkundrak@v3.sk (mailing list archive) |
---|---|
State | Mainlined |
Commit | 302417ce9823a1b3b3935ec30b087bb50c234293 |
Headers | show |
Series | [1/4] ARM: dts: mmp3: Add a name to /clocks node | expand |
Hello: This series was applied to soc/soc.git (refs/heads/for-next). On Thu, 31 Oct 2019 17:34:52 +0100 you wrote: > 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 > > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> > > [...] Here is a summary with links: - [1/4] ARM: dts: mmp3: Add a name to /clocks node https://git.kernel.org/soc/soc/c/302417ce9823a1b3b3935ec30b087bb50c234293 - [2/4] ARM: dts: mmp3: Fix /soc/watchdog node name https://git.kernel.org/soc/soc/c/d074a263dd8394dfa29e4028ed4dc87c956af5d2 - [3/4] ARM: dts: mmp3-dell-ariel: Add a name to /memory node https://git.kernel.org/soc/soc/c/75ebe3bce0110c06056415a09945eb5c3ebdcf8a - [4/4] ARM: dts: mmp3-dell-ariel: Add a serial point alias https://git.kernel.org/soc/soc/c/7e6a30317983e628b93eb2bffd67ef6dbca303bf You are awesome, thank you!
diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi index e0dcdab196355..b1e928ed77d66 100644 --- a/arch/arm/boot/dts/mmp3.dtsi +++ b/arch/arm/boot/dts/mmp3.dtsi @@ -486,7 +486,7 @@ cache-level = <2>; }; - soc_clocks: clocks { + soc_clocks: clocks@d4050000 { compatible = "marvell,mmp2-clock"; reg = <0xd4050000 0x1000>, <0xd4282800 0x400>,
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 Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- arch/arm/boot/dts/mmp3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)