From: Stephen Warren Date: Fri, 29 Jul 2016 19:15:04 +0000 (-0600) Subject: ARM: tegra: add BPMP I2C to Tegra186 device tree X-Git-Tag: v2016.09-rc2~97^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=23ab5bda7eb45b82bdaff60d380c78f8948dde0a;p=u-boot ARM: tegra: add BPMP I2C to Tegra186 device tree This allows the BPMP I2C device to be instantiated, which makes it available to other drivers and the user. Signed-off-by: Stephen Warren Reviewed-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/arch/arm/dts/tegra186.dtsi b/arch/arm/dts/tegra186.dtsi index 25e1e8dfc0..2cc455ddc0 100644 --- 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"; + }; }; };