Merge "ARM: dts: qcom: Enable i2c interface for FSA"

This commit is contained in:
QCTECMDR Service
2024-11-12 10:49:23 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -2,3 +2,10 @@
/* /*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/ */
&qupv3_se7_i2c {
status = "ok";
fsa4480: fsa4480@42 {
compatible = "qcom,fsa4480-i2c";
reg = <0x42>;
};
};