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
Kirill Smelkov
linux
Commits
697b4f16
Commit
697b4f16
authored
Feb 27, 2020
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'omap-for-v5.6/fixes-rc3' into fixes
parents
e500ba0e
51c22d7b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/dra7.dtsi
+2
-0
arch/arm/boot/dts/dra76x.dtsi
arch/arm/boot/dts/dra76x.dtsi
+5
-0
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/Makefile
+1
-1
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/io.c
+0
-2
drivers/bus/ti-sysc.c
drivers/bus/ti-sysc.c
+2
-2
No files found.
arch/arm/boot/dts/dra7.dtsi
View file @
697b4f16
...
@@ -184,6 +184,7 @@ pcie1_rc: pcie@51000000 {
...
@@ -184,6 +184,7 @@ pcie1_rc: pcie@51000000 {
device_type = "pci";
device_type = "pci";
ranges = <0x81000000 0 0 0x03000 0 0x00010000
ranges = <0x81000000 0 0 0x03000 0 0x00010000
0x82000000 0 0x20013000 0x13000 0 0xffed000>;
0x82000000 0 0x20013000 0x13000 0 0xffed000>;
dma-ranges = <0x02000000 0x0 0x00000000 0x00000000 0x1 0x00000000>;
bus-range = <0x00 0xff>;
bus-range = <0x00 0xff>;
#interrupt-cells = <1>;
#interrupt-cells = <1>;
num-lanes = <1>;
num-lanes = <1>;
...
@@ -238,6 +239,7 @@ pcie2_rc: pcie@51800000 {
...
@@ -238,6 +239,7 @@ pcie2_rc: pcie@51800000 {
device_type = "pci";
device_type = "pci";
ranges = <0x81000000 0 0 0x03000 0 0x00010000
ranges = <0x81000000 0 0 0x03000 0 0x00010000
0x82000000 0 0x30013000 0x13000 0 0xffed000>;
0x82000000 0 0x30013000 0x13000 0 0xffed000>;
dma-ranges = <0x02000000 0x0 0x00000000 0x00000000 0x1 0x00000000>;
bus-range = <0x00 0xff>;
bus-range = <0x00 0xff>;
#interrupt-cells = <1>;
#interrupt-cells = <1>;
num-lanes = <1>;
num-lanes = <1>;
...
...
arch/arm/boot/dts/dra76x.dtsi
View file @
697b4f16
...
@@ -128,3 +128,8 @@ &rtctarget {
...
@@ -128,3 +128,8 @@ &rtctarget {
&usb4_tm {
&usb4_tm {
status = "disabled";
status = "disabled";
};
};
&mmc3 {
/* dra76x is not affected by i887 */
max-frequency = <96000000>;
};
arch/arm/mach-omap2/Makefile
View file @
697b4f16
...
@@ -16,7 +16,7 @@ hwmod-common = omap_hwmod.o omap_hwmod_reset.o \
...
@@ -16,7 +16,7 @@ hwmod-common = omap_hwmod.o omap_hwmod_reset.o \
clock-common
=
clock.o
clock-common
=
clock.o
secure-common
=
omap-smc.o omap-secure.o
secure-common
=
omap-smc.o omap-secure.o
obj-$(CONFIG_ARCH_OMAP2)
+=
$
(
omap-2-3-common
)
$
(
hwmod-common
)
$
(
secure-common
)
obj-$(CONFIG_ARCH_OMAP2)
+=
$
(
omap-2-3-common
)
$
(
hwmod-common
)
obj-$(CONFIG_ARCH_OMAP3)
+=
$
(
omap-2-3-common
)
$
(
hwmod-common
)
$
(
secure-common
)
obj-$(CONFIG_ARCH_OMAP3)
+=
$
(
omap-2-3-common
)
$
(
hwmod-common
)
$
(
secure-common
)
obj-$(CONFIG_ARCH_OMAP4)
+=
$
(
hwmod-common
)
$
(
secure-common
)
obj-$(CONFIG_ARCH_OMAP4)
+=
$
(
hwmod-common
)
$
(
secure-common
)
obj-$(CONFIG_SOC_AM33XX)
+=
$
(
hwmod-common
)
$
(
secure-common
)
obj-$(CONFIG_SOC_AM33XX)
+=
$
(
hwmod-common
)
$
(
secure-common
)
...
...
arch/arm/mach-omap2/io.c
View file @
697b4f16
...
@@ -431,7 +431,6 @@ void __init omap2420_init_early(void)
...
@@ -431,7 +431,6 @@ void __init omap2420_init_early(void)
omap_hwmod_init_postsetup
();
omap_hwmod_init_postsetup
();
omap_clk_soc_init
=
omap2420_dt_clk_init
;
omap_clk_soc_init
=
omap2420_dt_clk_init
;
rate_table
=
omap2420_rate_table
;
rate_table
=
omap2420_rate_table
;
omap_secure_init
();
}
}
void
__init
omap2420_init_late
(
void
)
void
__init
omap2420_init_late
(
void
)
...
@@ -456,7 +455,6 @@ void __init omap2430_init_early(void)
...
@@ -456,7 +455,6 @@ void __init omap2430_init_early(void)
omap_hwmod_init_postsetup
();
omap_hwmod_init_postsetup
();
omap_clk_soc_init
=
omap2430_dt_clk_init
;
omap_clk_soc_init
=
omap2430_dt_clk_init
;
rate_table
=
omap2430_rate_table
;
rate_table
=
omap2430_rate_table
;
omap_secure_init
();
}
}
void
__init
omap2430_init_late
(
void
)
void
__init
omap2430_init_late
(
void
)
...
...
drivers/bus/ti-sysc.c
View file @
697b4f16
...
@@ -1400,7 +1400,7 @@ static void sysc_init_revision_quirks(struct sysc *ddata)
...
@@ -1400,7 +1400,7 @@ static void sysc_init_revision_quirks(struct sysc *ddata)
}
}
/* 1-wire needs module's internal clocks enabled for reset */
/* 1-wire needs module's internal clocks enabled for reset */
static
void
sysc_
clk_enable
_quirk_hdq1w
(
struct
sysc
*
ddata
)
static
void
sysc_
pre_reset
_quirk_hdq1w
(
struct
sysc
*
ddata
)
{
{
int
offset
=
0x0c
;
/* HDQ_CTRL_STATUS */
int
offset
=
0x0c
;
/* HDQ_CTRL_STATUS */
u16
val
;
u16
val
;
...
@@ -1488,7 +1488,7 @@ static void sysc_init_module_quirks(struct sysc *ddata)
...
@@ -1488,7 +1488,7 @@ static void sysc_init_module_quirks(struct sysc *ddata)
return
;
return
;
if
(
ddata
->
cfg
.
quirks
&
SYSC_MODULE_QUIRK_HDQ1W
)
{
if
(
ddata
->
cfg
.
quirks
&
SYSC_MODULE_QUIRK_HDQ1W
)
{
ddata
->
clk_
enable_quirk
=
sysc_clk_enable
_quirk_hdq1w
;
ddata
->
clk_
disable_quirk
=
sysc_pre_reset
_quirk_hdq1w
;
return
;
return
;
}
}
...
...
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