From f05a380f9e5138cb17e53b1d687726ebb11c851f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 3 May 2021 14:57:56 -0500 Subject: [PATCH] boards: usb_kw24d512: Remove unconnected devices The devicetree enables i2c0 and ftm1 but these devices are connected to anything on the board so they shouldn't be enabled. Remove them from being enabled by the board devicetree. Signed-off-by: Kumar Gala --- boards/arm/usb_kw24d512/usb_kw24d512.dts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/boards/arm/usb_kw24d512/usb_kw24d512.dts b/boards/arm/usb_kw24d512/usb_kw24d512.dts index 554ec2ecf8d..11a0f0e0c95 100644 --- a/boards/arm/usb_kw24d512/usb_kw24d512.dts +++ b/boards/arm/usb_kw24d512/usb_kw24d512.dts @@ -56,16 +56,6 @@ status = "okay"; }; -&i2c0 { - status = "okay"; -}; - -&ftm1 { - status = "okay"; - compatible = "nxp,kinetis-ftm-pwm"; - #pwm-cells = <3>; -}; - &uart0 { status = "okay"; current-speed = <115200>;