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 pull request torvalds#193 in PROCESSOR-SDK/processor-sdk-linux …
…from plsdk-3118 to processor-sdk-linux-4.19.y * commit '05a2415c362774bc803bde7b67e230331358f337': (703 commits) Revert "HACK: ARM: dts: dra7-ipu-common: Revert to CMA pools for IPU early boots" clk: ti: clockdomain: fix static checker warning clk: ti: autoidle: add checks against NULL pointer reference ARM: omap2+: hwmod: fix static checker warnings ARM: dts: dra71-evm: mark ldo0 regulator as always on arm64: dts: ti: k3-j721e: Disable MHDP in SoC- and enable in board-dt arm64: dts: ti: k3-j721: cleanup DP connector data arm64: dts: ti: k3-j721: move DP routing and pinmux to board DT file phy: ti: j721e-wiz: Implement DisplayPort mode to the wiz driver Revert "HACK: phy: ti: j721e-wiz: override WIZ settings for DP" arm64: dts: ti: k3-j721e-proc-board-tps65917: Update wiz lane<n>-mode props arm64: dts: ti: k3-j721e-common-proc-board: Update wiz lane<n>-mode props dt-bindings: phy: ti,phy-j721e-wiz: Add "lane<n>-mode" properties dt-bindings: phy: Add PHY_TYPE_DP definition arm64: dts: ti: k3-j721e-main: Update wiz node compatible strings phy: ti: j721e-wiz: Use "ti,j721e-wiz-10g" or "ti,j721e-wiz-16g" compatible dt-bindings: phy: ti,phy-j721e-wiz: Add *-10g and *-16g to compatible ti_config_fragments: v8_baseport: Enable watchdog arm64: dts: ti: k3-j721e-main: Add MAIN domain watchdog entries watchdog: Add K3 RTI watchdog support ...
- Loading branch information
Showing
683 changed files
with
7,176 additions
and
2,964 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
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Texas Instruments RTI (Real Time Interrupt) module. RTI is used for | ||
implementing a watchdog on TI SoCs. | ||
|
||
Required properties: | ||
compatible = "ti,rti-wdt"; | ||
reg = Physical IO space for RTI | ||
clocks = Functional clock for the RTI | ||
|
||
Example: | ||
|
||
main_rti0: rti@2200000 { | ||
compatible = "ti,rti-wdt"; | ||
reg = <0x0 0x2200000 0x0 0x100>; | ||
clocks = <&k3_clks 252 1>; | ||
power-domains = <&k3_pds 252 TI_SCI_PD_EXCLUSIVE>; | ||
assigned-clocks = <&k3_clks 252 1>; | ||
assigned-clock-parents = <&k3_clks 252 5>; | ||
}; |
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
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 |
---|---|---|
|
@@ -140,3 +140,5 @@ | |
&vip2 { | ||
status = "okay"; | ||
}; | ||
|
||
#include "dra7-ipu-common-early-boot.dtsi" |
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 |
---|---|---|
|
@@ -668,3 +668,5 @@ | |
status = "okay"; | ||
memory-region = <&dsp2_memory_region>; | ||
}; | ||
|
||
#include "dra7-ipu-common-early-boot.dtsi" |
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 |
---|---|---|
|
@@ -727,3 +727,5 @@ | |
&bb2d { | ||
status = "okay"; | ||
}; | ||
|
||
#include "dra7-ipu-common-early-boot.dtsi" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,3 +163,5 @@ | |
status = "okay"; | ||
memory-region = <&dsp1_memory_region>; | ||
}; | ||
|
||
#include "dra7-ipu-common-early-boot.dtsi" |
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 |
---|---|---|
|
@@ -122,3 +122,5 @@ | |
status = "okay"; | ||
memory-region = <&dsp1_memory_region>; | ||
}; | ||
|
||
#include "dra7-ipu-common-early-boot.dtsi" |
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 |
---|---|---|
|
@@ -612,3 +612,5 @@ | |
&gpu { | ||
memory-region = <&gpu_memory_region>; | ||
}; | ||
|
||
#include "dra7-ipu-common-early-boot.dtsi" |
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
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
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
Oops, something went wrong.