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:
1901420
)
ARM: tegra: add BPMP I2C to Tegra186 device tree
author
Stephen Warren
<
[email protected]
>
Fri, 29 Jul 2016 19:15:04 +0000
(13:15 -0600)
committer
Tom Warren
<
[email protected]
>
Thu, 4 Aug 2016 20:36:59 +0000
(13:36 -0700)
This allows the BPMP I2C device to be instantiated, which makes it
available to other drivers and the user.
Signed-off-by: Stephen Warren <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
arch/arm/dts/tegra186.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/tegra186.dtsi
b/arch/arm/dts/tegra186.dtsi
index 25e1e8dfc0355b318fca161f3c36830b4e23f11a..2cc455ddc0a47dae20f8c2206710688cab4a0541 100644
(file)
--- a/
arch/arm/dts/tegra186.dtsi
+++ b/
arch/arm/dts/tegra186.dtsi
@@
-112,5
+112,14
@@
#clock-cells = <1>;
#power-domain-cells = <1>;
#reset-cells = <1>;
+
+ bpmp_i2c: i2c {
+ compatible = "nvidia,tegra186-bpmp-i2c";
+ nvidia,bpmp = <&bpmp>;
+ nvidia,bpmp-bus-id = <5>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
};
};