From 23ab5bda7eb45b82bdaff60d380c78f8948dde0a Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 29 Jul 2016 13:15:04 -0600 Subject: [PATCH] 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 --- 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 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"; + }; }; };