Quoting Taniya Das (2022-05-03 04:32:46) > Add the low pass audio clock controller device nodes. Keep the lpasscc > clock node disabled and enabled for lpass pil based devices. Does it mean that we're going to have overlapping reg ranges between nodes in DT for clk controllers? That is not proper DT style, indicating that we should combine the overlapping nodes and then have some compatible or DT property telling us how to treat the clks in the audio subsystem. > > Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx> > --- > [v4] > * Mark lpasscc[lpasscc@3000000] device node as "disabled".