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:
f4b8923
)
ARM: dts: vfxxx: Include support for qspi1 functionality.
author
Cory Tusar
<cory.tusar@pid1solutions.com>
Wed, 8 Jul 2015 20:21:16 +0000
(16:21 -0400)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 11 Aug 2015 15:15:14 +0000
(23:15 +0800)
This commit extends the existing Vybrid QSPI devicetree implementation
to also describe the qspi1 functional block.
Signed-off-by: Cory Tusar <cory.tusar@pid1solutions.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vfxxx.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/vfxxx.dtsi
b/arch/arm/boot/dts/vfxxx.dtsi
index c657218d22bab1696ffd19492487fade4dd9f094..10014cb51544f65cd6d1951956fc0532f96be3c2 100644
(file)
--- a/
arch/arm/boot/dts/vfxxx.dtsi
+++ b/
arch/arm/boot/dts/vfxxx.dtsi
@@
-503,6
+503,19
@@
status = "disabled";
};
+ qspi1: quadspi@400c4000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "fsl,vf610-qspi";
+ reg = <0x400c4000 0x1000>, <0x50000000 0x10000000>;
+ reg-names = "QuadSPI", "QuadSPI-memory";
+ interrupts = <25 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks VF610_CLK_QSPI1_EN>,
+ <&clks VF610_CLK_QSPI1>;
+ clock-names = "qspi_en", "qspi";
+ status = "disabled";
+ };
+
fec0: ethernet@400d0000 {
compatible = "fsl,mvf600-fec";
reg = <0x400d0000 0x1000>;