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

Commit 6afeec39 authored by Mangesh Kunchamwar's avatar Mangesh Kunchamwar
Browse files

ARM: dts: msm: add support for LPASS core hw clock in QCS405



Add clock node for lpass core hardware clock.

Change-Id: Ibb946afa04a2d19e8ec509cc560dd5d575b51628
Signed-off-by: default avatarMangesh Kunchamwar <mangeshk@codeaurora.org>
parent 9867d2cc
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -16,8 +16,8 @@
&q6core {
&q6core {
	bolero: bolero-cdc {
	bolero: bolero-cdc {
		compatible = "qcom,bolero-codec";
		compatible = "qcom,bolero-codec";
		clock-names = "island_lpass_npa_rsc";
		clock-names = "lpass_core_hw_vote";
		clocks = <&lpass_npa_rsc_island 0>;
		clocks = <&lpass_core_hw_vote 0>;
	};
	};
};
};


+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -48,8 +48,8 @@
&q6core {
&q6core {
	bolero: bolero-cdc {
	bolero: bolero-cdc {
		compatible = "qcom,bolero-codec";
		compatible = "qcom,bolero-codec";
		clock-names = "island_lpass_npa_rsc";
		clock-names = "lpass_core_hw_vote";
		clocks = <&lpass_npa_rsc_island 0>;
		clocks = <&lpass_core_hw_vote 0>;
		qcom,num-macros = <1>;
		qcom,num-macros = <1>;
	};
	};
};
};
+3 −3
Original line number Original line Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -38,9 +38,9 @@
};
};


&q6core {
&q6core {
	lpass_npa_rsc_island: island_lpass_npa_rsc  {
	lpass_core_hw_vote: vote_lpass_core_hw  {
		compatible = "qcom,audio-ref-clk";
		compatible = "qcom,audio-ref-clk";
		qcom,codec-ext-clk-src = <9>;
		qcom,codec-ext-clk-src = <AUDIO_LPASS_CORE_HW_VOTE>;
		#clock-cells = <1>;
		#clock-cells = <1>;
	};
	};
};
};
+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -48,8 +48,8 @@
&q6core {
&q6core {
	bolero: bolero-cdc {
	bolero: bolero-cdc {
		compatible = "qcom,bolero-codec";
		compatible = "qcom,bolero-codec";
		clock-names = "island_lpass_npa_rsc";
		clock-names = "lpass_core_hw_vote";
		clocks = <&lpass_npa_rsc_island 0>;
		clocks = <&lpass_core_hw_vote 0>;
		qcom,num-macros = <1>;
		qcom,num-macros = <1>;
	};
	};
};
};
+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -48,8 +48,8 @@
&q6core {
&q6core {
	bolero: bolero-cdc {
	bolero: bolero-cdc {
		compatible = "qcom,bolero-codec";
		compatible = "qcom,bolero-codec";
		clock-names = "island_lpass_npa_rsc";
		clock-names = "lpass_core_hw_vote";
		clocks = <&lpass_npa_rsc_island 0>;
		clocks = <&lpass_core_hw_vote 0>;
		qcom,num-macros = <1>;
		qcom,num-macros = <1>;
	};
	};
};
};
Loading