ARM: dts: msm: updating i2c-hub clock entries

Upstream common driver votes for m-ahb and s-ahb clocks.
For i2c-hub we have only s-ahb clock support, to avoid conflicts
with upstream common driver, in i2c-hub dt node added m-ahb clock
support, it is just copy of s-ahb clock node only name used as
m-ahb.

Change-Id: I3bf1e063a51b5880037d3088236dd8aeb02bd321
This commit is contained in:
Anil Veshala Veshala
2022-01-11 23:15:27 -08:00
committed by Anvesh Salveru
parent bf757d1463
commit 69a05a7cf3

View File

@@ -821,8 +821,14 @@
reg = <0x9c0000 0x2000>;
#address-cells = <1>;
#size-cells = <1>;
clock-names = "s-ahb";
clocks = <&gcc GCC_QUPV3_I2C_S_AHB_CLK>;
/* Upstream common driver using m-ahb and s-ahb clocks, for i2c-hub HW
* supports only s-ahb clock. To support upstream model we are using both
* the clocks, but for m-ahb clock we defined s-ahb clock node only.
*/
clock-names = "m-ahb", "s-ahb";
clocks = <&gcc GCC_QUPV3_I2C_S_AHB_CLK>,
<&gcc GCC_QUPV3_I2C_S_AHB_CLK>;
ranges;
status = "ok";
qupv3_hub_i2c0: i2c@980000 {