From: Stephen Warren <swar...@nvidia.com> This allows the BPMP I2C device to be instantiated, which makes it available to other drivers and the user.
Signed-off-by: Stephen Warren <swar...@nvidia.com> --- arch/arm/dts/tegra186.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/dts/tegra186.dtsi b/arch/arm/dts/tegra186.dtsi index 0778d2117658..d9e7f0351f57 100644 --- a/arch/arm/dts/tegra186.dtsi +++ b/arch/arm/dts/tegra186.dtsi @@ -308,5 +308,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"; + }; }; }; -- 2.9.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot