Commit 579f73cf authored by 周琰杰 (Zhou Yanjie)'s avatar 周琰杰 (Zhou Yanjie) Committed by Thomas Bogendoerfer

MIPS: X1830: Respect cell count of common properties.

If N fields of X cells should be provided, then that's what the
devicetree should represent, instead of having one single field of
(N * X) cells.
Signed-off-by: default avatar周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Acked-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent c994a3ec
...@@ -97,9 +97,9 @@ tcu: timer@10002000 { ...@@ -97,9 +97,9 @@ tcu: timer@10002000 {
#clock-cells = <1>; #clock-cells = <1>;
clocks = <&cgu X1830_CLK_RTCLK clocks = <&cgu X1830_CLK_RTCLK>,
&cgu X1830_CLK_EXCLK <&cgu X1830_CLK_EXCLK>,
&cgu X1830_CLK_PCLK>; <&cgu X1830_CLK_PCLK>;
clock-names = "rtc", "ext", "pclk"; clock-names = "rtc", "ext", "pclk";
interrupt-controller; interrupt-controller;
...@@ -274,8 +274,7 @@ dtrng: trng@10072000 { ...@@ -274,8 +274,7 @@ dtrng: trng@10072000 {
pdma: dma-controller@13420000 { pdma: dma-controller@13420000 {
compatible = "ingenic,x1830-dma"; compatible = "ingenic,x1830-dma";
reg = <0x13420000 0x400 reg = <0x13420000 0x400>, <0x13421000 0x40>;
0x13421000 0x40>;
#dma-cells = <2>; #dma-cells = <2>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
......
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