mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
ARM: dts: imx: Fix the iim compatible string
Per imx-iim.yaml, the compatible string should only contain a single entry. Change it accordingly to fix the following dt-schema warnings: efuse@83f98000: compatible: ['fsl,imx51-iim', 'fsl,imx27-iim', 'syscon'] is too long Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8130eb0fd3
commit
d5b55c35e0
|
|
@ -218,7 +218,7 @@ spi2: spi@50010000 {
|
|||
};
|
||||
|
||||
iim: efuse@5001c000 {
|
||||
compatible = "fsl,imx31-iim", "fsl,imx27-iim";
|
||||
compatible = "fsl,imx31-iim";
|
||||
reg = <0x5001c000 0x1000>;
|
||||
interrupts = <19>;
|
||||
clocks = <&clks 25>;
|
||||
|
|
|
|||
|
|
@ -476,7 +476,7 @@ aipstz2: bridge@83f00000 {
|
|||
};
|
||||
|
||||
iim: efuse@83f98000 {
|
||||
compatible = "fsl,imx51-iim", "fsl,imx27-iim", "syscon";
|
||||
compatible = "fsl,imx51-iim";
|
||||
reg = <0x83f98000 0x4000>;
|
||||
interrupts = <69>;
|
||||
clocks = <&clks IMX5_CLK_IIM_GATE>;
|
||||
|
|
|
|||
|
|
@ -668,7 +668,7 @@ aipstz2: bridge@63f00000 {
|
|||
};
|
||||
|
||||
iim: efuse@63f98000 {
|
||||
compatible = "fsl,imx53-iim", "fsl,imx27-iim", "syscon";
|
||||
compatible = "fsl,imx53-iim";
|
||||
reg = <0x63f98000 0x4000>;
|
||||
interrupts = <69>;
|
||||
clocks = <&clks IMX5_CLK_IIM_GATE>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user