forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: aspeed: Remove LCLK from LPC sub-devices
The LCLK is configured to be critical. LCLK should not be gated even though there are no LPC sub device drivers mounted. Signed-off-by: Chia-Wei Wang <[email protected]> Change-Id: I0a4423a55924c028d92f8220ed59fef7e1cd186f (cherry picked from commit 857b2a8)
- Loading branch information
1 parent
e9a9397
commit 23960d7
Showing
3 changed files
with
5 additions
and
20 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 |
---|---|---|
|
@@ -357,3 +357,8 @@ | |
oob,dma-rx-desc-num = <0x8>; | ||
flash,dma-mode; | ||
}; | ||
|
||
&lpc_snoop { | ||
status = "okay"; | ||
snoop-ports = <0x80>; | ||
}; |
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