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
e500ba0e
Commit
e500ba0e
authored
Feb 20, 2020
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'omap-for-v5.6/fixes-rc2' into fixes
parents
10dc62d0
00a39c92
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
14 deletions
+10
-14
arch/arm/boot/dts/am437x-idk-evm.dts
arch/arm/boot/dts/am437x-idk-evm.dts
+2
-2
arch/arm/boot/dts/dra7-evm.dts
arch/arm/boot/dts/dra7-evm.dts
+2
-2
arch/arm/boot/dts/dra7-l4.dtsi
arch/arm/boot/dts/dra7-l4.dtsi
+4
-0
arch/arm/boot/dts/dra7xx-clocks.dtsi
arch/arm/boot/dts/dra7xx-clocks.dtsi
+2
-10
No files found.
arch/arm/boot/dts/am437x-idk-evm.dts
View file @
e500ba0e
...
...
@@ -526,11 +526,11 @@ &cpu0_opp_table {
*
Supply
voltage
supervisor
on
board
will
not
allow
opp50
so
*
disable
it
and
set
opp100
as
suspend
OPP
.
*/
opp50
@
300000000
{
opp50
-
300000000
{
status
=
"disabled"
;
};
opp100
@
600000000
{
opp100
-
600000000
{
opp
-
suspend
;
};
};
arch/arm/boot/dts/dra7-evm.dts
View file @
e500ba0e
...
...
@@ -61,10 +61,10 @@ aic_dvdd: fixedregulator-aic_dvdd {
regulator
-
max
-
microvolt
=
<
1800000
>;
};
evm_3v3
:
fixedregulator
-
evm
3v3
{
vsys_3v3
:
fixedregulator
-
vsys
3v3
{
/*
Output
of
Cntlr
A
of
TPS43351
-
Q1
on
dra7
-
evm
*/
compatible
=
"regulator-fixed"
;
regulator
-
name
=
"
evm
_3v3"
;
regulator
-
name
=
"
vsys
_3v3"
;
regulator
-
min
-
microvolt
=
<
3300000
>;
regulator
-
max
-
microvolt
=
<
3300000
>;
vin
-
supply
=
<&
evm_12v0
>;
...
...
arch/arm/boot/dts/dra7-l4.dtsi
View file @
e500ba0e
...
...
@@ -3474,6 +3474,7 @@ timer13: timer@0 {
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER13_CLKCTRL 24>;
clock-names = "fck";
interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
ti,timer-pwm;
};
};
...
...
@@ -3501,6 +3502,7 @@ timer14: timer@0 {
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER14_CLKCTRL 24>;
clock-names = "fck";
interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
ti,timer-pwm;
};
};
...
...
@@ -3528,6 +3530,7 @@ timer15: timer@0 {
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER15_CLKCTRL 24>;
clock-names = "fck";
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
ti,timer-pwm;
};
};
...
...
@@ -3555,6 +3558,7 @@ timer16: timer@0 {
clocks = <&l4per3_clkctrl DRA7_L4PER3_TIMER16_CLKCTRL 24>;
clock-names = "fck";
interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
ti,timer-pwm;
};
};
...
...
arch/arm/boot/dts/dra7xx-clocks.dtsi
View file @
e500ba0e
...
...
@@ -796,16 +796,6 @@ video2_div_clk: video2_div_clk {
clock-div = <1>;
};
ipu1_gfclk_mux: ipu1_gfclk_mux@520 {
#clock-cells = <0>;
compatible = "ti,mux-clock";
clocks = <&dpll_abe_m2x2_ck>, <&dpll_core_h22x2_ck>;
ti,bit-shift = <24>;
reg = <0x0520>;
assigned-clocks = <&ipu1_gfclk_mux>;
assigned-clock-parents = <&dpll_core_h22x2_ck>;
};
dummy_ck: dummy_ck {
#clock-cells = <0>;
compatible = "fixed-clock";
...
...
@@ -1564,6 +1554,8 @@ ipu1_clkctrl: ipu1-clkctrl@20 {
compatible = "ti,clkctrl";
reg = <0x20 0x4>;
#clock-cells = <2>;
assigned-clocks = <&ipu1_clkctrl DRA7_IPU1_MMU_IPU1_CLKCTRL 24>;
assigned-clock-parents = <&dpll_core_h22x2_ck>;
};
ipu_clkctrl: ipu-clkctrl@50 {
...
...
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