OSDN Git Service

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 c824f26..d457ce8 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 00808bb..e96fd9a 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 ecccfbb..ec6ac52 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 50ae17f..6439859 100644 (file)
        };
 
        soc@0 {
-               compatible = "simple-bus";
+               compatible = "fsl,imx8mq-soc", "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x0 0x0 0x0 0x3e000000>;