mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Anvesh Salveru
parent
bf757d1463
commit
69a05a7cf3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user