projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8502f9f
)
ARM: dts: OMAP5+: Add support for bandgap sensor in SPL
author
Faiz Abbas
<faiz_abbas@ti.com>
Tue, 14 Nov 2017 10:42:32 +0000
(16:12 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 21 Nov 2017 13:03:38 +0000
(08:03 -0500)
Mark bandgap node as uboot,dm-spl so that it can be accessed in spl
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/omap5-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/omap5-u-boot.dtsi
b/arch/arm/dts/omap5-u-boot.dtsi
index fdaa69297cc4fba736706b4f20e69e7c880d4029..bf2684cb6102088d89830fe1aae4acc5a914a503 100644
(file)
--- 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;
+ };
};
};