From: Adam Ford <aford173@xxxxxxxxx> By default, the TWL4030 charger, TWL4030-Keypad and SSI are enabled. Logic PD recomends not using this charger for thermal reasons, and the devkit does not suppor either the keypad or SSI. Because these are enabled by default, but incomplete in the device tree, this throws a few warnings/errors. This patch will eliminate those messages by disabling the unused features. Signed-off-by: Adam Ford <aford173@xxxxxxxxx> diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts index 08cce17..ee5f07f 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts +++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts @@ -402,3 +402,11 @@ mode = <3>; power = <50>; }; + +&ssi { + status = "disabled"; +}; + +&twl_keypad { + status = "disabled"; +}; diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi index 8f9a69c..ea319b8 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi @@ -242,3 +242,7 @@ &twl_gpio { ti,use-leds; }; + +&charger { + status = "disabled"; +}; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html