From: Peng Fan <[email protected]>
V4:
Per Rob's comment, use syscon.yaml for i.MX93 aonmix/wakeupmix blk ctrl.
Drop status okay in s4mu node in patch 4 per Shawn's comment.
V3:
Address DT maintainer's comments in patch 1
V2:
Add binding doc for aonmix/wakeupmix blk ctrl
Update compatible in patch 5 according to binding doc
The lpi2c binding doc has been accepted:
https://lore.kernel.org/all/Yw3hfcQ2JV248GIo@shikoro/
V1:
Add S4MU, BLK CTRL, PMU, LPI2C, LPSPI nodes.
Add GPIO clk entry.
Correct SDHC clk entry
https://patchwork.kernel.org/project/linux-arm-kernel/cover/[email protected]/
Peng Fan (8):
dt-bindings: mfd: syscon: Add i.MX93 blk ctrl system registers
arm64: dts: imx93: correct SDHC clk entry
arm64: dts: imx93: add gpio clk
arm64: dts: imx93: add s4 mu node
arm64: dts: imx93: add blk ctrl node
arm64: dts: imx93: add a55 pmu
arm64: dts: imx93: add lpi2c nodes
arm64: dts: imx93: add lpspi nodes
.../devicetree/bindings/mfd/syscon.yaml | 2 +
arch/arm64/boot/dts/freescale/imx93.dtsi | 161 +++++++++++++++++-
2 files changed, 157 insertions(+), 6 deletions(-)
--
2.37.1
From: Peng Fan <[email protected]>
Document i.MX93 BLK CTRL system registers.
Signed-off-by: Peng Fan <[email protected]>
---
Documentation/devicetree/bindings/mfd/syscon.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 4639112160f3..3c9732796832 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -40,6 +40,8 @@ properties:
- allwinner,sun50i-a64-system-controller
- brcm,cru-clkset
- freecom,fsg-cs2-system-controller
+ - fsl,imx93-aonmix-ns-syscfg
+ - fsl,imx93-wakeupmix-syscfg
- hisilicon,dsa-subctrl
- hisilicon,hi6220-sramctrl
- hisilicon,pcie-sas-subctrl
--
2.37.1
On 05/09/2022 07:59, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> Document i.MX93 BLK CTRL system registers.
>
> Signed-off-by: Peng Fan <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof
On Mon, Sep 05, 2022 at 01:59:07PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> V4:
> Per Rob's comment, use syscon.yaml for i.MX93 aonmix/wakeupmix blk ctrl.
> Drop status okay in s4mu node in patch 4 per Shawn's comment.
>
> V3:
> Address DT maintainer's comments in patch 1
>
> V2:
> Add binding doc for aonmix/wakeupmix blk ctrl
> Update compatible in patch 5 according to binding doc
> The lpi2c binding doc has been accepted:
> https://lore.kernel.org/all/Yw3hfcQ2JV248GIo@shikoro/
>
> V1:
> Add S4MU, BLK CTRL, PMU, LPI2C, LPSPI nodes.
> Add GPIO clk entry.
> Correct SDHC clk entry
> https://patchwork.kernel.org/project/linux-arm-kernel/cover/[email protected]/
>
> Peng Fan (8):
> dt-bindings: mfd: syscon: Add i.MX93 blk ctrl system registers
> arm64: dts: imx93: correct SDHC clk entry
> arm64: dts: imx93: add gpio clk
> arm64: dts: imx93: add s4 mu node
> arm64: dts: imx93: add blk ctrl node
> arm64: dts: imx93: add a55 pmu
> arm64: dts: imx93: add lpi2c nodes
> arm64: dts: imx93: add lpspi nodes
Applied all, thanks!