RPi: remove device Slice3

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2020-09-28 16:09:18 +02:00
parent 09bc283e30
commit fe21c2a0a6
9 changed files with 0 additions and 144 deletions

View File

@ -1,10 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
dtoverlay=vc4-kms-v3d
disable_overscan=1
dtoverlay=slice
dtoverlay=ws2812
dtoverlay=mmc

View File

@ -1,2 +0,0 @@
#!/bin/bash
hdparm -S60 /dev/sda

View File

@ -1,19 +0,0 @@
#!/bin/bash
LEDDIR="/usr/share/kodi/addons/service.slice/resources/media/ledpatterns"
case "$1" in
halt)
hdparm -y /dev/sda
led_png $LEDDIR/shutdown.png
;;
poweroff)
hdparm -y /dev/sda
led_png $LEDDIR/shutdown.png
;;
reboot)
led_png $LEDDIR/shutdown.png
;;
*)
;;
esac

View File

@ -1,25 +0,0 @@
<confdir:pcm/iec958.conf>
snd_slice.pcm.iec958.0 {
@args [ CARD AES0 AES1 AES2 AES3 ]
@args.CARD {
type string
}
@args.AES0 {
type integer
}
@args.AES1 {
type integer
}
@args.AES2 {
type integer
}
@args.AES3 {
type integer
}
type hooks
slave.pcm {
type hw
card $CARD
}
}

View File

@ -1 +0,0 @@
../RPi2/linux

View File

@ -1,18 +0,0 @@
################################################################################
# Device defaults
################################################################################
# NOOBS supported hex versions (legacy)
NOOBS_HEX="1040,1041,2082"
# NOOBS supported model versions
NOOBS_SUPPORTED_MODELS='"Pi 2","Pi 3"'
# Additional Firmware
FIRMWARE="${FIRMWARE} slice-firmware"
# Additional drivers
ADDITIONAL_DRIVERS="${ADDITIONAL_DRIVERS} slice-drivers"
# set the addon project
ADDON_PROJECT="RPi2"

View File

@ -1,45 +0,0 @@
--- a/system/keymaps/keyboard.xml 2016-09-17 16:35:20.000000000 +0100
+++ b/system/keymaps/keyboard.xml 2016-10-01 19:31:07.928719606 +0100
@@ -56,7 +56,7 @@
<menu mod="longpress">Menu</menu>
<c>ContextMenu</c>
<c mod="longpress">Menu</c>
- <space>Pause</space>
+ <space>PlayPause</space>
<x>Stop</x>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
@@ -321,8 +321,8 @@
<l>NextSubtitle</l>
<left>StepBack</left>
<right>StepForward</right>
- <up>ChapterOrBigStepForward</up>
- <down>ChapterOrBigStepBack</down>
+ <up>VolumeUp</up>
+ <down>VolumeDown</down>
<up mod="longpress">AudioNextLanguage</up>
<down mod="longpress">NextSubtitle</down>
<a>AudioDelay</a>
@@ -425,8 +425,8 @@
<right>StepForward</right>
<left mod="longpress">Rewind</left>
<right mod="longpress">FastForward</right>
- <up>SkipNext</up>
- <down>SkipPrevious</down>
+ <up>VolumeUp</up>
+ <down>VolumeDown</down>
<o>PlayerProcessInfo</o>
<l>LockPreset</l>
<escape>FullScreen</escape>
@@ -632,8 +632,8 @@
<keyboard>
<left>StepBack</left>
<right>StepForward</right>
- <up>Up</up>
- <down>Down</down>
+ <up>VolumeUp</up>
+ <down>VolumeDown</down>
<return>OSD</return>
<enter>OSD</enter>
<return mod="longpress">ActivateWindow(PVROSDChannels)</return>

View File

@ -1,11 +0,0 @@
--- linux-4.4-rc7-old/sound/soc/codecs/cs4265.c 2016-01-13 20:56:05.637652775 +0000
+++ linux-4.4-rc7/sound/soc/codecs/cs4265.c 2016-01-17 11:21:16.977652775 +0000
@@ -199,8 +199,6 @@
SND_SOC_NOPM, 0, 0),
SND_SOC_DAPM_AIF_IN("DIN2", NULL, 0,
SND_SOC_NOPM, 0, 0),
- SND_SOC_DAPM_AIF_IN("TXIN", NULL, 0,
- CS4265_SPDIF_CTL2, 5, 1),
SND_SOC_DAPM_OUTPUT("LINEOUTL"),
SND_SOC_DAPM_OUTPUT("LINEOUTR"),

View File

@ -1,13 +0,0 @@
--- a/arch/arm/boot/dts/bcm270x-rpi.dtsi 2020-04-29 05:31:07.000000000 -0400
+++ b/arch/arm/boot/dts/bcm270x-rpi.dtsi 2020-05-08 09:07:16.487587235 -0400
@@ -16,8 +16,8 @@
uart1 = &uart1;
sdhost = &sdhost;
mmc = &mmc;
- mmc1 = &mmc;
- mmc0 = &sdhost;
+ mmc1 = &sdhost;
+ mmc0 = &mmc;
i2s = &i2s;
i2c0 = &i2c0;
i2c1 = &i2c1;