projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc5465
)
ARM: at91/dt: sama5d4: add #{address, size}_cells properties for macb0
author
Josh Wu
<josh.wu@atmel.com>
Wed, 4 Mar 2015 02:51:47 +0000
(10:51 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 4 Mar 2015 17:36:12 +0000
(18:36 +0100)
macb0 DT node can have phy child nodes, so add the #{address,
size}_cells for macb0 node.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d4.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/sama5d4.dtsi
b/arch/arm/boot/dts/sama5d4.dtsi
index 2f4cf5af2405e53ae2921a977f006ec9aa6e7dcf..f6f2af3d3e8480ed25b1c1c5ef7853a414897eff 100644
(file)
--- a/
arch/arm/boot/dts/sama5d4.dtsi
+++ b/
arch/arm/boot/dts/sama5d4.dtsi
@@
-873,6
+873,8
@@
interrupts = <54 IRQ_TYPE_LEVEL_HIGH 3>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_macb0_rmii>;
+ #address-cells = <1>;
+ #size-cells = <0>;
clocks = <&macb0_clk>, <&macb0_clk>;
clock-names = "hclk", "pclk";
status = "disabled";