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
b20b0e79
Commit
b20b0e79
authored
Nov 30, 2013
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added configuartion for standard i2c chips
parent
2c1cd93e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
8 deletions
+27
-8
elphel393_defconfig_3.10.cfg
conf/machine/boards/common/elphel393_defconfig_3.10.cfg
+2
-2
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+19
-0
vsc3304.patch
recipes-kernel/linux/linux-xlnx/vsc3304.patch
+6
-6
No files found.
conf/machine/boards/common/elphel393_defconfig_3.10.cfg
View file @
b20b0e79
...
...
@@ -276,7 +276,7 @@ CONFIG_ARCH_MULTI_V6_V7=y
# CONFIG_ARCH_MULTI_CPU_AUTO is not set
# CONFIG_ARCH_MVEBU is not set
# CONFIG_ARCH_BCM is not set
# CONFIG_GPIO_PCA953X is not set
CONFIG_GPIO_PCA953X=y
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_ARCH_HIGHBANK is not set
# CONFIG_ARCH_MXC is not set
...
...
@@ -1552,7 +1552,7 @@ CONFIG_HWMON=y
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
CONFIG_SENSORS_JC42=y
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
...
...
conf/machine/boards/elphel393/elphel393.dts
View file @
b20b0e79
...
...
@@ -184,6 +184,25 @@
0x20a0f0
/*
just
for
testing
:
write
data
0xa0
with
write
enable
mask
0xf0
to
register
0x020
*/
>;
};
gpio
@
20
{
compatible
=
"ti,tca6408"
;
reg
=
<
0x20
>;
};
gpio
@
21
{
compatible
=
"ti,tca6408"
;
reg
=
<
0x21
>;
};
/*
Use
'spd'
instead
of
'24c02'
for
read
only
access
*/
stts2002
@
31
{
compatible
=
"at,24c02"
;
reg
=
<
0x31
>;
};
hwmon
@
19
{
/*
hwmon
@
19
*/
compatible
=
"stm,jc42"
;
reg
=
<
0x19
>;
};
}
;
ps7_gpio_0
:
ps7
-
gpio
@
e000a000
{
...
...
recipes-kernel/linux/linux-xlnx/vsc3304.patch
View file @
b20b0e79
Index: git/drivers/misc/Kconfig
===================================================================
--- git.orig/drivers/misc/Kconfig 2013-11-29
17:23:40.56342699
9 -0700
+++ git/drivers/misc/Kconfig 2013-11-29
17:23:44.899427043
-0700
--- git.orig/drivers/misc/Kconfig 2013-11-29
23:33:09.27565693
9 -0700
+++ git/drivers/misc/Kconfig 2013-11-29
23:33:12.155656969
-0700
@@ -549,6 +549,19 @@
their requirements.
...
...
@@ -24,8 +24,8 @@ Index: git/drivers/misc/Kconfig
source "drivers/misc/eeprom/Kconfig"
Index: git/drivers/misc/Makefile
===================================================================
--- git.orig/drivers/misc/Makefile 2013-11-29
17:23:40.56342699
9 -0700
+++ git/drivers/misc/Makefile 2013-11-29
17:23:44.899427043
-0700
--- git.orig/drivers/misc/Makefile 2013-11-29
23:33:09.27565693
9 -0700
+++ git/drivers/misc/Makefile 2013-11-29
23:33:12.155656969
-0700
@@ -55,3 +55,5 @@
obj-$(CONFIG_LATTICE_ECP3_CONFIG) += lattice-ecp3-config.o
obj-$(CONFIG_SRAM) += sram.o
...
...
@@ -35,7 +35,7 @@ Index: git/drivers/misc/Makefile
Index: git/drivers/misc/vsc330x.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ git/drivers/misc/vsc330x.c 2013-11-29
17:23:44.899427043
-0700
+++ git/drivers/misc/vsc330x.c 2013-11-29
23:33:12.155656969
-0700
@@ -0,0 +1,872 @@
+/*!***************************************************************************
+ *! FILE NAME : vsc330x.c
...
...
@@ -912,7 +912,7 @@ Index: git/drivers/misc/vsc330x.c
Index: git/drivers/misc/si5338.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ git/drivers/misc/si5338.c 2013-11-29
18:25:55.975465743
-0700
+++ git/drivers/misc/si5338.c 2013-11-29
23:33:12.159656969
-0700
@@ -0,0 +1,381 @@
+/*!***************************************************************************
+ *! FILE NAME : si5338.c
...
...
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