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:
b0403b9
)
ARM: shmobile: koelsch dts: Add MSIOF nodes
author
Geert Uytterhoeven
<
[email protected]
>
Tue, 25 Feb 2014 10:30:18 +0000
(11:30 +0100)
committer
Simon Horman
<
[email protected]
>
Mon, 14 Apr 2014 02:31:13 +0000
(11:31 +0900)
Add pinctrl and SPI device for MSIOF on Koelsch.
On this board, only MSIOF0 is in use. Its bus contains a single device
(a Renesas R2A11302FT PMIC), for which no bindings are defined yet.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Acked-by: Magnus Damm <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r8a7791-koelsch.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7791-koelsch.dts
b/arch/arm/boot/dts/r8a7791-koelsch.dts
index bf9555bf08de379f8fb137b258cbd22d6910e04f..e24fed9c04623822db008537a2086062d0f88c81 100644
(file)
--- a/
arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/
arch/arm/boot/dts/r8a7791-koelsch.dts
@@
-248,6
+248,12
@@
renesas,groups = "qspi_ctrl", "qspi_data4";
renesas,function = "qspi";
};
+
+ msiof0_pins: spi1 {
+ renesas,groups = "msiof0_clk", "msiof0_sync", "msiof0_rx",
+ "msiof0_tx";
+ renesas,function = "msiof0";
+ };
};
ðer {
@@
-331,3
+337,18
@@
};
};
};
+
+&msiof0 {
+ pinctrl-0 = <&msiof0_pins>;
+ pinctrl-names = "default";
+
+ status = "okay";
+
+ pmic: pmic@0 {
+ compatible = "renesas,r2a11302ft";
+ reg = <0>;
+ spi-max-frequency = <6000000>;
+ spi-cpol;
+ spi-cpha;
+ };
+};