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

Commit 0324bbdd authored by Prashanth Vadde's avatar Prashanth Vadde Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update GENI_IR node for QCS405



Update GENI-IR node in QCS405 to include it in
sEVB100 and EVB4000 versions only.

Change-Id: Ibea0614f9a79be96978ceb33880e2fd5ca0d696c
Signed-off-by: default avatarPrashanth Vadde <pvadde@codeaurora.org>
parent f6fbeafa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
};

&soc {
	/delete-node/ qcom,msm-geni-ir;

	/delete-node/ qcom,msm-cpufreq;

	msm_cpufreq: qcom,msm-cpufreq {
+35 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "qcs405-pinctrl.dtsi"

&soc {
	qcom,msm-geni-ir@740000 {
		compatible = "qcom,msm-geni-ir";
		reg-names = "base";
		reg = <0x740000 0x1000>;

		interrupts = <0 59 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-names = "geni-ir-core-irq";

		clocks = <&clock_gcc GCC_GENI_IR_H_CLK>,
			<&clock_gcc GCC_GENI_IR_S_CLK>;
		clock-names = "iface_clk", "serial_clk";

		pinctrl-names = "default";
		pinctrl-0 = <&ir_in_default>;

		resets = <&clock_gcc GCC_GENI_IR_BCR>;
		reset-names = "geni_reset";
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "qcs405.dtsi"
#include "qcs405-audio-overlay.dtsi"
#include "qcs405-geni-ir-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. QCS405 EVB1 4000 SPI IOT";
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "qcs405.dtsi"
#include "qcs405-nowcd-audio-overlay.dtsi"
#include "qcs405-geni-ir-overlay.dtsi"
#include "qcs405-pinctrl.dtsi"

/ {
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "qcs405.dtsi"
#include "qcs405-audio-overlay.dtsi"
#include "qcs405-geni-ir-overlay.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. QCS405 EVB1 4000 DSI IOT";
Loading