Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
19dbe7df
Commit
19dbe7df
authored
Dec 20, 2013
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding support for the ltc3589
parent
5cd78999
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
6 deletions
+20
-6
elphel393_defconfig_3.10.cfg
conf/machine/boards/common/elphel393_defconfig_3.10.cfg
+1
-0
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+4
-0
si5338_vsc330x.patch
recipes-kernel/linux/linux-xlnx/si5338_vsc330x.patch
+15
-6
No files found.
conf/machine/boards/common/elphel393_defconfig_3.10.cfg
View file @
19dbe7df
...
...
@@ -877,6 +877,7 @@ CONFIG_SRAM=y
##
CONFIG_VSC330X=y
CONFIG_SI5338=y
CONFIG_LTC3589=y
#
# EEPROM support
...
...
conf/machine/boards/elphel393/elphel393.dts
View file @
19dbe7df
...
...
@@ -198,6 +198,10 @@
si5338,out0_freq_int= <15000000>; /* 15Mhz to output 0 */
si5338,spread_spectrum_0= <1 500 31500>; /* Set spread spectrum for channel0 : enabled, 5%, 31.5KHz - high value, for testing */
};
ltc3589@34 {
compatible = "ltc,ltc3589";
reg = <0x34>;
};
gpio@20{
compatible = "ti,tca6408";
reg = <0x20>;
...
...
recipes-kernel/linux/linux-xlnx/si5338_vsc330x.patch
View file @
19dbe7df
Index: git/drivers/misc/Kconfig
===================================================================
--- git.orig/drivers/misc/Kconfig 2013-12-1
2 16:39:32.966559148
-0700
+++ git/drivers/misc/Kconfig 2013-12-1
2 16:52:05.078566949
-0700
--- git.orig/drivers/misc/Kconfig 2013-12-1
9 20:54:51.004991205
-0700
+++ git/drivers/misc/Kconfig 2013-12-1
9 21:01:22.152995262
-0700
@@ -517,6 +517,13 @@
To compile this driver as a module, choose M here: the module
will be called si570
...
...
@@ -16,7 +16,7 @@ Index: git/drivers/misc/Kconfig
config LATTICE_ECP3_CONFIG
tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
depends on SPI && SYSFS
@@ -537,6 +544,
13
@@
@@ -537,6 +544,
20
@@
the genalloc API. It is supposed to be used for small on-chip SRAM
areas found on many SoCs.
...
...
@@ -26,15 +26,22 @@ Index: git/drivers/misc/Kconfig
+ Say Y here if you have a VSC30X crosspoint switch IC on the I2C bus.
+ To compile this driver as a module, choose M here: the
+ module will be called vsc330x.
+
+config LTC3589
+ tristate "Support LTC3589 voltage regulator"
+ help
+ Say Y here if you have a LTC3589 voltage regulator IC on the I2C bus.
+ To compile this driver as a module, choose M here: the
+ module will be called ltc3589.
+
config XILINX_TRAFGEN
tristate "Xilinx Traffic Generator"
depends on MICROBLAZE
Index: git/drivers/misc/Makefile
===================================================================
--- git.orig/drivers/misc/Makefile 2013-12-1
2 16:39:40.794559230
-0700
+++ git/drivers/misc/Makefile 2013-12-1
2 16:54:40.410568561
-0700
@@ -51,7 +51,
9
@@
--- git.orig/drivers/misc/Makefile 2013-12-1
9 20:54:51.004991205
-0700
+++ git/drivers/misc/Makefile 2013-12-1
9 20:59:33.976994140
-0700
@@ -51,7 +51,
11
@@
obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/
obj-$(CONFIG_INTEL_MEI) += mei/
obj-$(CONFIG_SI570) += si570.o
...
...
@@ -44,3 +51,5 @@ Index: git/drivers/misc/Makefile
obj-$(CONFIG_SRAM) += sram.o
obj-$(CONFIG_XILINX_TRAFGEN) += xilinx_trafgen.o
+obj-$(CONFIG_VSC330X) += vsc330x.o
+obj-$(CONFIG_LTC3589) += ltc3589.o
+
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment