projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36218d
)
ARM: shmobile: r8a7778: Add pin control device to device tree
author
Laurent Pinchart
<
[email protected]
>
Thu, 9 May 2013 13:05:57 +0000
(15:05 +0200)
committer
Simon Horman
<
[email protected]
>
Mon, 22 Jul 2013 01:12:33 +0000
(10:12 +0900)
Add a pfc node to the r8a7778 device tree.
Signed-off-by: Laurent Pinchart <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r8a7778.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7778.dtsi
b/arch/arm/boot/dts/r8a7778.dtsi
index 474373559bdcdb3b321cd5cce7efda18b7bd1adc..c8dbf148c69c14e8f3ac791b4753c4d3ee178d20 100644
(file)
--- a/
arch/arm/boot/dts/r8a7778.dtsi
+++ b/
arch/arm/boot/dts/r8a7778.dtsi
@@
-32,4
+32,9
@@
reg = <0xfe438000 0x1000>,
<0xfe430000 0x100>;
};
+
+ pfc: pfc@fffc0000 {
+ compatible = "renesas,pfc-r8a7778";
+ reg = <0xfffc000 0x118>;
+ };
};