Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a538067 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge changes Ia4aa0f6b,I5f747ecd into msm-4.14

* changes:
  scripts: build-all.py: update regex to compile all defconfigs
  ARM: dts: msm: Remove audio overlay device tree from sdmshrike
parents 8d794b93 81333548
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -9,11 +9,3 @@
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "sdmshrike-audio-overlay.dtsi"

&soc {
	sound-tavil {
		qcom,us-euro-gpios = <&tavil_us_euro_switch>;
	};
};
+0 −2
Original line number Diff line number Diff line
@@ -9,5 +9,3 @@
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "sdmshrike-audio-overlay.dtsi"
+2 −2
Original line number Diff line number Diff line
@@ -308,12 +308,12 @@ def scan_configs():
        r'apq*_defconfig',
        r'qsd*_defconfig',
        r'mpq*_defconfig',
        r'sdm[0-9]*_defconfig',
        r'sdm*_defconfig',
        r'sdx*_defconfig',
        )
    arch64_pats = (
        r'msm*_defconfig',
        r'sdm[0-9]*_defconfig',
        r'sdm*_defconfig',
        r'sdx*_defconfig',
        )
    for p in arch_pats: