FSD has few system controller register blocks. This patch series intends to add support of device node for system controller registers group that resides in PERIC, FSYS0 and FSYS1 blocks of FSD SoC. As these will be used by PCIE and EQoS module. Patches for adding support for PCIE and EQoS are already under review at [1] and [2]. Also this patch series add required DT bindings for such system controller of FSD SoC. [1]: https://lkml.org/lkml/2022/11/21/463 [2]: https://lkml.org/lkml/2022/11/4/420 Changes since v1: 1. Fixed SoB in [PATCH 1/2] dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC. 2. Address review comments from Krzysztof on [PATCH 2/2] and aligned sysreg node near to respective blocks sorted in order of unit address. Sriranjani P (2): dt-bindings: mfd: syscon: Add tesla compatibles found on FSD SoC arm64: dts: fsd: add sysreg device node Documentation/devicetree/bindings/mfd/syscon.yaml | 1 + arch/arm64/boot/dts/tesla/fsd.dtsi | 15 +++++++++++++++ 2 files changed, 16 insertions(+) -- 2.17.1