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
50e4b5ca
Commit
50e4b5ca
authored
Aug 13, 2019
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ti-sysc-fixes' into fixes
parents
58e16d79
5b63fb90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
12 deletions
+52
-12
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/am33xx.dtsi
+26
-6
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/am4372.dtsi
+26
-6
No files found.
arch/arm/boot/dts/am33xx.dtsi
View file @
50e4b5ca
...
@@ -234,13 +234,33 @@ edma_tptc2: tptc@49a00000 {
...
@@ -234,13 +234,33 @@ edma_tptc2: tptc@49a00000 {
interrupt-names = "edma3_tcerrint";
interrupt-names = "edma3_tcerrint";
};
};
mmc3: mmc
@47810000 {
target-module
@47810000 {
compatible = "ti,
omap4-hsmm
c";
compatible = "ti,
sysc-omap2", "ti,sys
c";
ti,hwmods = "mmc3";
ti,hwmods = "mmc3";
ti,needs-special-reset;
reg = <0x478102fc 0x4>,
interrupts = <29>;
<0x47810110 0x4>,
reg = <0x47810000 0x1000>;
<0x47810114 0x4>;
status = "disabled";
reg-names = "rev", "sysc", "syss";
ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
SYSC_OMAP2_ENAWAKEUP |
SYSC_OMAP2_SOFTRESET |
SYSC_OMAP2_AUTOIDLE)>;
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
<SYSC_IDLE_NO>,
<SYSC_IDLE_SMART>;
ti,syss-mask = <1>;
clocks = <&l3s_clkctrl AM3_L3S_MMC3_CLKCTRL 0>;
clock-names = "fck";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x47810000 0x1000>;
mmc3: mmc@0 {
compatible = "ti,omap4-hsmmc";
ti,needs-special-reset;
interrupts = <29>;
reg = <0x0 0x1000>;
};
};
};
usb: usb@47400000 {
usb: usb@47400000 {
...
...
arch/arm/boot/dts/am4372.dtsi
View file @
50e4b5ca
...
@@ -228,13 +228,33 @@ edma_tptc2: tptc@49a00000 {
...
@@ -228,13 +228,33 @@ edma_tptc2: tptc@49a00000 {
interrupt-names = "edma3_tcerrint";
interrupt-names = "edma3_tcerrint";
};
};
mmc3: mmc@47810000 {
target-module@47810000 {
compatible = "ti,omap4-hsmmc";
compatible = "ti,sysc-omap2", "ti,sysc";
reg = <0x47810000 0x1000>;
ti,hwmods = "mmc3";
ti,hwmods = "mmc3";
ti,needs-special-reset;
reg = <0x478102fc 0x4>,
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
<0x47810110 0x4>,
status = "disabled";
<0x47810114 0x4>;
reg-names = "rev", "sysc", "syss";
ti,sysc-mask = <(SYSC_OMAP2_CLOCKACTIVITY |
SYSC_OMAP2_ENAWAKEUP |
SYSC_OMAP2_SOFTRESET |
SYSC_OMAP2_AUTOIDLE)>;
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
<SYSC_IDLE_NO>,
<SYSC_IDLE_SMART>;
ti,syss-mask = <1>;
clocks = <&l3s_clkctrl AM4_L3S_MMC3_CLKCTRL 0>;
clock-names = "fck";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x47810000 0x1000>;
mmc3: mmc@0 {
compatible = "ti,omap4-hsmmc";
ti,needs-special-reset;
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x0 0x1000>;
};
};
};
sham: sham@53100000 {
sham: sham@53100000 {
...
...
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