diff options
| author | Faiz Abbas <[email protected]> | 2017-11-14 16:12:32 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-11-21 08:03:38 -0500 |
| commit | 12dd1e5c6a8ed4cb33f44a6dd6da217d6ccb8055 (patch) | |
| tree | 8f3eb3bddb147f70d5196c5ed959985828f2c3ca | |
| parent | 8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/dts/omap5-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/omap5-u-boot.dtsi b/arch/arm/dts/omap5-u-boot.dtsi index fdaa69297cc..bf2684cb610 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; + }; }; }; |
