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
42a4a26b
Commit
42a4a26b
authored
Jan 05, 2018
by
Gregory CLEMENT
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mvebu/fixes' into HEAD
parents
4cada038
e3af9f7c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
10 deletions
+22
-10
arch/arm/boot/dts/kirkwood-openblocks_a7.dts
arch/arm/boot/dts/kirkwood-openblocks_a7.dts
+8
-2
arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
+8
-5
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
+6
-3
No files found.
arch/arm/boot/dts/kirkwood-openblocks_a7.dts
View file @
42a4a26b
...
...
@@ -53,7 +53,8 @@ s24c02: s24c02@50 {
};
pinctrl
:
pin
-
controller
@
10000
{
pinctrl
-
0
=
<&
pmx_dip_switches
&
pmx_gpio_header
>;
pinctrl
-
0
=
<&
pmx_dip_switches
&
pmx_gpio_header
&
pmx_gpio_header_gpo
>;
pinctrl
-
names
=
"default"
;
pmx_uart0
:
pmx
-
uart0
{
...
...
@@ -85,11 +86,16 @@ pmx_dip_switches: pmx-dip-switches {
*
ground
.
*/
pmx_gpio_header
:
pmx
-
gpio
-
header
{
marvell
,
pins
=
"mpp17"
,
"mpp
7"
,
"mpp
29"
,
"mpp28"
,
marvell
,
pins
=
"mpp17"
,
"mpp29"
,
"mpp28"
,
"mpp35"
,
"mpp34"
,
"mpp40"
;
marvell
,
function
=
"gpio"
;
};
pmx_gpio_header_gpo
:
pxm
-
gpio
-
header
-
gpo
{
marvell
,
pins
=
"mpp7"
;
marvell
,
function
=
"gpo"
;
};
pmx_gpio_init
:
pmx
-
init
{
marvell
,
pins
=
"mpp38"
;
marvell
,
function
=
"gpio"
;
...
...
arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
View file @
42a4a26b
...
...
@@ -63,8 +63,10 @@ config-space@f2000000 {
cpm_ethernet: ethernet@0 {
compatible = "marvell,armada-7k-pp22";
reg = <0x0 0x100000>, <0x129000 0xb000>;
clocks = <&cpm_clk 1 3>, <&cpm_clk 1 9>, <&cpm_clk 1 5>;
clock-names = "pp_clk", "gop_clk", "mg_clk";
clocks = <&cpm_clk 1 3>, <&cpm_clk 1 9>,
<&cpm_clk 1 5>, <&cpm_clk 1 18>;
clock-names = "pp_clk", "gop_clk",
"mg_clk","axi_clk";
marvell,system-controller = <&cpm_syscon0>;
status = "disabled";
dma-coherent;
...
...
@@ -155,7 +157,8 @@ cpm_mdio: mdio@12a200 {
#size-cells = <0>;
compatible = "marvell,orion-mdio";
reg = <0x12a200 0x10>;
clocks = <&cpm_clk 1 9>, <&cpm_clk 1 5>;
clocks = <&cpm_clk 1 9>, <&cpm_clk 1 5>,
<&cpm_clk 1 6>, <&cpm_clk 1 18>;
status = "disabled";
};
...
...
@@ -344,8 +347,8 @@ cpm_sdhci0: sdhci@780000 {
compatible = "marvell,armada-cp110-sdhci";
reg = <0x780000 0x300>;
interrupts = <ICU_GRP_NSR 27 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "core";
clocks = <&cpm_clk 1 4>;
clock-names = "core"
,"axi"
;
clocks = <&cpm_clk 1 4>
, <&cpm_clk 1 18>
;
dma-coherent;
status = "disabled";
};
...
...
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
View file @
42a4a26b
...
...
@@ -63,8 +63,10 @@ config-space@f4000000 {
cps_ethernet: ethernet@0 {
compatible = "marvell,armada-7k-pp22";
reg = <0x0 0x100000>, <0x129000 0xb000>;
clocks = <&cps_clk 1 3>, <&cps_clk 1 9>, <&cps_clk 1 5>;
clock-names = "pp_clk", "gop_clk", "mg_clk";
clocks = <&cps_clk 1 3>, <&cps_clk 1 9>,
<&cps_clk 1 5>, <&cps_clk 1 18>;
clock-names = "pp_clk", "gop_clk",
"mg_clk", "axi_clk";
marvell,system-controller = <&cps_syscon0>;
status = "disabled";
dma-coherent;
...
...
@@ -155,7 +157,8 @@ cps_mdio: mdio@12a200 {
#size-cells = <0>;
compatible = "marvell,orion-mdio";
reg = <0x12a200 0x10>;
clocks = <&cps_clk 1 9>, <&cps_clk 1 5>;
clocks = <&cps_clk 1 9>, <&cps_clk 1 5>,
<&cps_clk 1 6>, <&cps_clk 1 18>;
status = "disabled";
};
...
...
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