diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-04 01:28:42 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-04 01:28:42 +0300 |
commit | 5364abc57993b3bf60c41923cb98a8f1a594e749 (patch) | |
tree | f5ba0ea02e99872196cba7f3a646649e0ad09a1b /arch/arc/boot | |
parent | 854e80bcfdafb8d99d308e21798cd0116338783d (diff) | |
parent | f09d3174f002ee2cf15623d5a0f68f7393536ce7 (diff) | |
download | linux-5364abc57993b3bf60c41923cb98a8f1a594e749.tar.xz |
Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Pull ARC updates from Vineet Gupta:
- Support for DSP enabled userspace (save/restore regs)
- Misc other platform fixes
* tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
ARC: allow userspace DSP applications to use AGU extensions
ARC: add support for DSP-enabled userspace applications
ARC: handle DSP presence in HW
ARC: add helpers to sanitize config options
ARC: [plat-axs10x]: PGU: remove unused encoder-slave property
Diffstat (limited to 'arch/arc/boot')
-rw-r--r-- | arch/arc/boot/dts/axs10x_mb.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi index 1d109b06e7d8..99d3e7175bf7 100644 --- a/arch/arc/boot/dts/axs10x_mb.dtsi +++ b/arch/arc/boot/dts/axs10x_mb.dtsi @@ -305,7 +305,6 @@ pgu@17000 { compatible = "snps,arcpgu"; reg = <0x17000 0x400>; - encoder-slave = <&adv7511>; clocks = <&pguclk>; clock-names = "pxlclk"; memory-region = <&frame_buffer>; |