Support the backlight driver but disable by default and also add the compatible string for regulators. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> --- arch/arm/boot/dts/tps65217.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/tps65217.dtsi b/arch/arm/boot/dts/tps65217.dtsi index 02de56b..233581f 100644 --- a/arch/arm/boot/dts/tps65217.dtsi +++ b/arch/arm/boot/dts/tps65217.dtsi @@ -16,6 +16,11 @@ interrupt-controller; #interrupt-cells = <1>; + backlight { + compatible = "ti,tps65217-bl"; + status = "disabled"; + }; + charger { compatible = "ti,tps65217-charger"; status = "disabled"; @@ -27,6 +32,7 @@ }; regulators { + compatible = "ti,tps65217-pmic"; #address-cells = <1>; #size-cells = <0>; -- 2.9.3 -- 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