diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2018-10-18 07:26:13 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-04 21:09:02 -0500 |
commit | 438ad09af5581b7024850b5dbb6353c7f2f7d8a9 (patch) | |
tree | a8157fdde9cdf23d5fd5b29e2f6fed5d37fb8c0e | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) |
ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
Fix the type of compatible string "fs,imx6sll-i2c" which should be
"fsl,imx6sll-i2c".
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6sll.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index ed9a980bce85..beefa1b2049d 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi | |||
@@ -740,7 +740,7 @@ | |||
740 | i2c1: i2c@21a0000 { | 740 | i2c1: i2c@21a0000 { |
741 | #address-cells = <1>; | 741 | #address-cells = <1>; |
742 | #size-cells = <0>; | 742 | #size-cells = <0>; |
743 | compatible = "fs,imx6sll-i2c", "fsl,imx21-i2c"; | 743 | compatible = "fsl,imx6sll-i2c", "fsl,imx21-i2c"; |
744 | reg = <0x021a0000 0x4000>; | 744 | reg = <0x021a0000 0x4000>; |
745 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; | 745 | interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; |
746 | clocks = <&clks IMX6SLL_CLK_I2C1>; | 746 | clocks = <&clks IMX6SLL_CLK_I2C1>; |