Commit cb26dc7b authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Add i2c-bus subnode for DPAUX controllers



The DPAUX controller device tree bindings require the bus to have an
i2c-bus subnode to distinguish between I2C clients and pinmux groups.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent f3de06b4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -178,6 +178,11 @@ dpaux: dpaux@545c0000 {
			resets = <&tegra_car 181>;
			reset-names = "dpaux";
			status = "disabled";

			i2c-bus {
				#address-cells = <1>;
				#size-cells = <0>;
			};
		};
	};