From: Faiz Abbas Date: Tue, 14 Nov 2017 10:42:32 +0000 (+0530) Subject: ARM: dts: OMAP5+: Add support for bandgap sensor in SPL X-Git-Tag: v2018.01-rc1~72 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12dd1e5c6a8ed4cb33f44a6dd6da217d6ccb8055;p=u-boot ARM: dts: OMAP5+: Add support for bandgap sensor in SPL Mark bandgap node as uboot,dm-spl so that it can be accessed in spl Signed-off-by: Faiz Abbas Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index fdaa69297c..bf2684cb61 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; + }; }; };