On Tue, Dec 10, 2024 at 09:36:01AM +0100, Stephan Gerhold wrote: > At the moment, x1e80100-pmics.dtsi enables two of the SMB2360 PMICs by > default and leaves the other two disabled. The third one was originally > also enabled by default, but then disabled in commit a237b8da413c ("arm64: > dts: qcom: x1e80100: Disable SMB2360_2 by default"). This is inconsistent > and confusing. Some laptops will even need SMB2360_1 disabled by default if > they just have a single USB-C port. > > Make this consistent by keeping all SMB2360 disabled in x1e80100-pmics.dtsi > and enable them separately for all boards where needed. That way it is > always clear which ones are available and avoids accidentally trying to > read/write from missing chips when some of the PMICs are not present. > > Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx> Makes perfect sense: Reviewed-by: Johan Hovold <johan+linaro@xxxxxxxxxx>