Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
34993594
Commit
34993594
authored
Jun 09, 2016
by
Thierry Reding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm64: tegra: Enable HDMI on Jetson TX1
Signed-off-by:
Thierry Reding
<
treding@nvidia.com
>
parent
237d5cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi
+35
-0
No files found.
arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi
View file @
34993594
...
@@ -4,6 +4,24 @@ / {
...
@@ -4,6 +4,24 @@ / {
model
=
"NVIDIA Tegra210 P2597 I/O board"
;
model
=
"NVIDIA Tegra210 P2597 I/O board"
;
compatible
=
"nvidia,p2597"
,
"nvidia,tegra210"
;
compatible
=
"nvidia,p2597"
,
"nvidia,tegra210"
;
host1x
@
50000000
{
dpaux
@
54040000
{
status
=
"okay"
;
};
sor
@
54580000
{
status
=
"okay"
;
avdd
-
io
-
supply
=
<&
avdd_1v05
>;
vdd
-
pll
-
supply
=
<&
vdd_1v8
>;
hdmi
-
supply
=
<&
vdd_hdmi
>;
nvidia
,
ddc
-
i2c
-
bus
=
<&
hdmi_ddc
>;
nvidia
,
hpd
-
gpio
=
<&
gpio
TEGRA_GPIO
(
CC
,
1
)
GPIO_ACTIVE_LOW
>;
};
};
pinmux
:
pinmux
@
700008
d4
{
pinmux
:
pinmux
@
700008
d4
{
pinctrl
-
names
=
"boot"
;
pinctrl
-
names
=
"boot"
;
pinctrl
-
0
=
<&
state_boot
>;
pinctrl
-
0
=
<&
state_boot
>;
...
@@ -1278,6 +1296,12 @@ exp1: gpio@74 {
...
@@ -1278,6 +1296,12 @@ exp1: gpio@74 {
};
};
};
};
/*
HDMI
DDC
*/
hdmi_ddc
:
i2c
@
7000
c700
{
status
=
"okay"
;
clock
-
frequency
=
<
100000
>;
};
usb
@
70090000
{
usb
@
70090000
{
phys
=
<&{/
padctl
@
7009f000
/
pads
/
usb2
/
lanes
/
usb2
-
0
}>,
phys
=
<&{/
padctl
@
7009f000
/
pads
/
usb2
/
lanes
/
usb2
-
0
}>,
<&{/
padctl
@
7009f000
/
pads
/
usb2
/
lanes
/
usb2
-
1
}>,
<&{/
padctl
@
7009f000
/
pads
/
usb2
/
lanes
/
usb2
-
1
}>,
...
@@ -1552,6 +1576,17 @@ vdd_usb_vbus: regulator@9 {
...
@@ -1552,6 +1576,17 @@ vdd_usb_vbus: regulator@9 {
enable
-
active
-
high
;
enable
-
active
-
high
;
vin
-
supply
=
<&
vdd_5v0_sys
>;
vin
-
supply
=
<&
vdd_5v0_sys
>;
};
};
vdd_hdmi
:
regulator
@
10
{
compatible
=
"regulator-fixed"
;
reg
=
<
10
>;
regulator
-
name
=
"VDD_HDMI_5V0"
;
regulator
-
min
-
microvolt
=
<
5000000
>;
regulator
-
max
-
microvolt
=
<
5000000
>;
gpio
=
<&
exp1
12
GPIO_ACTIVE_LOW
>;
enable
-
active
-
high
;
vin
-
supply
=
<&
vdd_5v0_sys
>;
};
};
};
gpio
-
keys
{
gpio
-
keys
{
...
...
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