Commit ce58459d authored by Alice Guo's avatar Alice Guo Committed by Shawn Guo

arm64: dts: imx8m: add SoC ID compatible

Add compatible string to .dtsi files for binding of imx8_soc_info and
device.
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarAlice Guo <alice.guo@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8e9f7797
......@@ -257,7 +257,7 @@ usbphynop2: usbphynop2 {
};
soc@0 {
compatible = "simple-bus";
compatible = "fsl,imx8mm-soc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0x3e000000>;
......
......@@ -241,7 +241,7 @@ timer {
};
soc@0 {
compatible = "simple-bus";
compatible = "fsl,imx8mn-soc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0x3e000000>;
......
......@@ -218,7 +218,7 @@ timer {
};
soc@0 {
compatible = "simple-bus";
compatible = "fsl,imx8mp-soc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0x3e000000>;
......
......@@ -286,7 +286,7 @@ timer {
};
soc@0 {
compatible = "simple-bus";
compatible = "fsl,imx8mq-soc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0x3e000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment