提交 7cbeeb05 编写于 作者: K Kuldeep Singh 提交者: Shawn Guo

arm64: dts: lx2160a: Update can node property

fsl,clk-source property is of type uint8 and need to be defined as
"/bits/ 8 <0>". Simply setting value to 0 raise warning:
can@2180000: fsl,clk-source:0: [0, 0, 0, 0] is too long
Signed-off-by: NKuldeep Singh <singh.kuldeep87k@gmail.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 73d901d6
......@@ -909,7 +909,7 @@
QORIQ_CLK_PLL_DIV(8)>,
<&clockgen QORIQ_CLK_SYSCLK 0>;
clock-names = "ipg", "per";
fsl,clk-source = <0>;
fsl,clk-source = /bits/ 8 <0>;
status = "disabled";
};
......@@ -921,7 +921,7 @@
QORIQ_CLK_PLL_DIV(8)>,
<&clockgen QORIQ_CLK_SYSCLK 0>;
clock-names = "ipg", "per";
fsl,clk-source = <0>;
fsl,clk-source = /bits/ 8 <0>;
status = "disabled";
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册