Other Parts Discussed in Thread: TPS61050, TWL6037, TPS65913
Tool/software: Linux
Hi All,
I am working on TPS61052 flash light with linux-3.12.
I have added platform data in device tree and compile the driver as a module.
I have added below tree structure in dtsi file
tps61050@33 {
compatible = "tps61052";
reg = <0x33>;
status = "okay";
};
But,once i am inserting the .ko modules, The below error log I am getting.
[ 26.635291] tps6105x 1-0033: TPS6105x found in SHUTDOWN mode
and kernel is crashing.
Can you please help me, how to send platform-data in devicetree to set "TPS6105X_MODE_TORCH_FLASH" mode ?
Thanks & Regard,
Sankar.