arm64: dts: imx8m: add SoC ID compatible
authorAlice Guo <alice.guo@nxp.com>
Mon, 4 Jan 2021 09:15:42 +0000 (17:15 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Jan 2021 02:45:14 +0000 (10:45 +0800)
Add compatible string to .dtsi files for binding of imx8_soc_info and
device.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
arch/arm64/boot/dts/freescale/imx8mn.dtsi
arch/arm64/boot/dts/freescale/imx8mp.dtsi
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index c824f2615fe8fdd819afbab6c6cbb4740797b34d..d457ce815e680166973a10ca3d7cb6396cf5c667 100644 (file)
        };
 
        soc@0 {
-               compatible = "simple-bus";
+               compatible = "fsl,imx8mm-soc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x0 0x3e000000>;
index 00808bb40680229bee000076cad34568abbae35e..e96fd9a24e0e71dda73fea5de56dda3b6cc67d73 100644 (file)
        };
 
        soc@0 {
-               compatible = "simple-bus";
+               compatible = "fsl,imx8mn-soc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x0 0x3e000000>;
index ecccfbb4f5ad6831c5d00af1f56201ad99fe5f9d..ec6ac523ecfcef2dfce29c6a8e397db911c68b03 100644 (file)
        };
 
        soc@0 {
-               compatible = "simple-bus";
+               compatible = "fsl,imx8mp-soc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x0 0x3e000000>;
index 50ae17f65a513173af6332d9675660d24b1ba309..64398599591b6739fca53bdee8c969892eeb62a4 100644 (file)
        };
 
        soc@0 {
-               compatible = "simple-bus";
+               compatible = "fsl,imx8mq-soc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x0 0x3e000000>;