Commit b0062618 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

ARM: dts: omap2: add missing unit name to func_96m_ck

This patch fixes the following DTC warnings for omap2430-sdp.dtb:

"func_96m_ck has a reg or ranges property, but no unit name"
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 52c7c913
...@@ -164,7 +164,7 @@ core_ck: core_ck { ...@@ -164,7 +164,7 @@ core_ck: core_ck {
clock-div = <1>; clock-div = <1>;
}; };
func_96m_ck: func_96m_ck { func_96m_ck: func_96m_ck@540 {
#clock-cells = <0>; #clock-cells = <0>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment