Commit 12e47442 authored by Pali Rohár's avatar Pali Rohár Committed by Tony Lindgren

ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver

Driver for omap3 with documentation is there since v4.4-rc1.
Signed-off-by: default avatarPali Rohár <pali.rohar@gmail.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Tested-by: default avatarPavel Machek <pavel@ucw.cz>
[tony@atomide.com: added thermal-sensor-cells as suggested by Roger]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 14628e44
......@@ -54,6 +54,12 @@ ports {
#size-cells = <0>;
};
};
bandgap {
reg = <0x48002524 0x4>;
compatible = "ti,omap34xx-bandgap";
#thermal-sensor-cells = <0>;
};
};
};
......
......@@ -86,6 +86,12 @@ ports {
#size-cells = <0>;
};
};
bandgap {
reg = <0x48002524 0x4>;
compatible = "ti,omap36xx-bandgap";
#thermal-sensor-cells = <0>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment