diff options
author | 2022-04-19 06:48:16 +0200 | |
---|---|---|
committer | 2022-04-24 21:23:03 +0800 | |
commit | 4eef8cb7dd41a47da94191fc1d191167be07a077 (patch) | |
tree | 0900885ff46fe5bf8281725e1513d7d65bff0e06 | |
parent | ARM: dts: imx6qdl-vicut1.dtsi: Remove conflicting pinctrl entry (diff) | |
download | linux-dev-4eef8cb7dd41a47da94191fc1d191167be07a077.tar.xz linux-dev-4eef8cb7dd41a47da94191fc1d191167be07a077.zip |
ARM: dts: imx6q-vicut1.dts: remove sata node
Only the prototype had the SATA interface. There are no existing products
with SATA interface and no plans to add any.
Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6q-vicut1.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6q-vicut1.dts b/arch/arm/boot/dts/imx6q-vicut1.dts index 0a4e251be162..e6c5d3cb48d7 100644 --- a/arch/arm/boot/dts/imx6q-vicut1.dts +++ b/arch/arm/boot/dts/imx6q-vicut1.dts @@ -11,7 +11,3 @@ model = "Kverneland UT1Q Board"; compatible = "kvg,vicut1q", "fsl,imx6q"; }; - -&sata { - status = "okay"; -}; |