On Tue, 5 Jul 2022 at 22:13, Robert Marko <robimarko@xxxxxxxxx> wrote: > > IPQ8074 has the APSS clock controller utilizing the same register space as > the APCS, so provide access to the APSS utilizing a child device like > IPQ6018 does as well, but just by utilizing the IPQ8074 specific APSS > clock driver. > > Also, APCS register space in IPQ8074 is 0x6000 so max_register needs to be > updated to 0x5ffc. As you can see, this was changed to support SDX55. Please either make this configurable, or leave it as it is. > > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx> > --- > Changes in v5: > * Use lower case hex for max_register > * Update the APSS clock name to match the new one without commas > --- > drivers/mailbox/qcom-apcs-ipc-mailbox.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > -- With best wishes Dmitry