diff mbox series

[U-Boot,v2,2/2] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL

Message ID 1507551428-31474-3-git-send-email-faiz_abbas@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Support for TI bandgap temperature sensor | expand

Commit Message

Faiz Abbas Oct. 9, 2017, 12:17 p.m. UTC
Mark bandgap node as uboot,dm-spl so that it can be accessed in spl

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
---
 arch/arm/dts/omap5-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Simon Glass Oct. 22, 2017, 2:33 p.m. UTC | #1
On 9 October 2017 at 14:17, Faiz Abbas <faiz_abbas@ti.com> wrote:
> Mark bandgap node as uboot,dm-spl so that it can be accessed in spl
>
> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
> ---
>  arch/arm/dts/omap5-u-boot.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi
index fdaa692..bf2684c 100644
--- a/arch/arm/dts/omap5-u-boot.dtsi
+++ b/arch/arm/dts/omap5-u-boot.dtsi
@@ -18,6 +18,10 @@ 
 		ocp2scp@4a090000 {
 			compatible = "ti,omap-ocp2scp", "simple-bus";
 		};
+
+		bandgap@4a0021e0 {
+			u-boot,dm-spl;
+		};
 	};
 };