> > @@ -3515,6 +3881,7 @@ static const struct qcom_reset_map gcc_sdm845_resets[] = { > > [GCC_QUPV3_WRAPPER_1_BCR] = { 0x18000 }, > > [GCC_QUSB2PHY_PRIM_BCR] = { 0x12000 }, > > [GCC_QUSB2PHY_SEC_BCR] = { 0x12004 }, > > + [GCC_SDCC1_BCR] = { 0x26000 }, > > You are changing existing SDM845, so this should be separate patch with > its own explanation. I only added this reset for the sake of completeness. It is not used in my initial dtsi so I will drop it from this series. It can be added later if it is needed for a specific device.