forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'mvebu-dt64-5.12-1' of git://git.kernel.org/pub/scm/linux/k…
…ernel/git/gclement/mvebu into arm/dt mvebu dt64 for 5.12 (part 1) - rename u-boot mtd partition to a53-firmware on Turris Mox (Armada 3720 based) - improve SDHCI support on AP807 based board - move SATA comphy into main armada-37xx.dtsi - add Armada 8K/7K PWM support * tag 'mvebu-dt64-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu: arm64: dts: armada: add pwm offsets for ap/cp gpios arm64: dts: marvell: armada-37xx: Add SATA comphy into main armada-37xx.dtsi file arm64: dts: cn913x-db: enable MMC HS400 arm64: dts: change AP807 SDHCI compatibility string arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to a53-firmware Link: https://lore.kernel.org/r/87pn1jn48s.fsf@BL-laptop Signed-off-by: Arnd Bergmann <[email protected]>
- Loading branch information
Showing
7 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,6 @@ | |
/* J6 */ | ||
&sata { | ||
status = "okay"; | ||
phys = <&comphy2 0>; | ||
phy-names = "sata-phy"; | ||
}; | ||
|
||
/* U11 */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,7 +205,7 @@ | |
}; | ||
|
||
partition@20000 { | ||
label = "u-boot"; | ||
label = "a53-firmware"; | ||
reg = <0x20000 0x160000>; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,8 @@ | |
#clock-cells = <1>; | ||
}; | ||
}; | ||
|
||
&ap_sdhci0 { | ||
compatible = "marvell,armada-ap807-sdhci"; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters