Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Thierry Reding <treding@nvidia.com>

+5
+5
arch/arm/boot/dts/tegra124.dtsi
··· 178 178 resets = <&tegra_car 181>; 179 179 reset-names = "dpaux"; 180 180 status = "disabled"; 181 + 182 + i2c-bus { 183 + #address-cells = <1>; 184 + #size-cells = <0>; 185 + }; 181 186 }; 182 187 }; 183 188