Merge tag 'mvebu-dt-5.1-2' of git://git.infradead.org/linux-mvebu into arm/dt
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / freescale / fsl,scu.txt
index c20f38e56544f3d2af1b394cfa92fb9826a93d97..cef5ee83fbc122cb1d172b898905e9d4c62603af 100644 (file)
@@ -70,7 +70,10 @@ Clock bindings based on SCU Message Protocol
 This binding uses the common clock binding[1].
 
 Required properties:
-- compatible:          Should be "fsl,imx8qxp-clock".
+- compatible:          Should be one of:
+                         "fsl,imx8qm-clock"
+                         "fsl,imx8qxp-clock"
+                       followed by "fsl,scu-clk"
 - #clock-cells:                Should be 1. Contains the Clock ID value.
 - clocks:              List of clock specifiers, must contain an entry for
                        each required entry in clock-names
@@ -88,13 +91,16 @@ Pinctrl bindings based on SCU Message Protocol
 This binding uses the i.MX common pinctrl binding[3].
 
 Required properties:
-- compatible:          Should be "fsl,imx8qxp-iomuxc".
+- compatible:          Should be one of:
+                       "fsl,imx8qm-iomuxc",
+                       "fsl,imx8qxp-iomuxc".
 
 Required properties for Pinctrl sub nodes:
 - fsl,pins:            Each entry consists of 3 integers which represents
                        the mux and config setting for one pin. The first 2
                        integers <pin_id mux_mode> are specified using a
                        PIN_FUNC_ID macro, which can be found in
+                       <dt-bindings/pinctrl/pads-imx8qm.h>,
                        <dt-bindings/pinctrl/pads-imx8qxp.h>.
                        The last integer CONFIG is the pad setting value like
                        pull-up on this pin.
@@ -106,6 +112,12 @@ Required properties for Pinctrl sub nodes:
 [2] Documentation/devicetree/bindings/power/power_domain.txt
 [3] Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt
 
+RTC bindings based on SCU Message Protocol
+------------------------------------------------------------
+
+Required properties:
+- compatible: should be "fsl,imx8qxp-sc-rtc";
+
 Example (imx8qxp):
 -------------
 lsio_mu1: mailbox@5d1c0000 {
@@ -128,7 +140,7 @@ firmware {
                          &lsio_mu1 1 3>;
 
                clk: clk {
-                       compatible = "fsl,imx8qxp-clk";
+                       compatible = "fsl,imx8qxp-clk", "fsl,scu-clk";
                        #clock-cells = <1>;
                };
 
@@ -148,6 +160,10 @@ firmware {
                        compatible = "fsl,imx8qxp-scu-pd";
                        #power-domain-cells = <1>;
                };
+
+               rtc: rtc {
+                       compatible = "fsl,imx8qxp-sc-rtc";
+               };
        };
 };