diff options
author | Jagan Teki <[email protected]> | 2023-03-08 22:09:50 +0530 |
---|---|---|
committer | Inki Dae <[email protected]> | 2023-03-28 09:05:41 +0900 |
commit | 0daee58d88b856c3a327fcf5e74169d87ac2efb1 (patch) | |
tree | ad7f571fb904116c45b360ca67294e5bf34aebf2 | |
parent | e7447128ca4a250374d6721ee98e3e3cf99551a6 (diff) |
dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
Samsung MIPI DSIM bridge can also be found in i.MX8M Mini/Nano SoC.
Add dt-bingings for it.
Reviewed-by: Marek Vasut <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt b/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt index be377786e8cd..5133d4d39190 100644 --- a/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt +++ b/Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt @@ -7,6 +7,7 @@ Required properties: "samsung,exynos5410-mipi-dsi" /* for Exynos5410/5420/5440 SoCs */ "samsung,exynos5422-mipi-dsi" /* for Exynos5422/5800 SoCs */ "samsung,exynos5433-mipi-dsi" /* for Exynos5433 SoCs */ + "fsl,imx8mm-mipi-dsim" /* for i.MX8M Mini/Nano SoCs */ - reg: physical base address and length of the registers set for the device - interrupts: should contain DSI interrupt - clocks: list of clock specifiers, must contain an entry for each required |