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>
This commit is contained in:
@@ -178,6 +178,11 @@
|
|||||||
resets = <&tegra_car 181>;
|
resets = <&tegra_car 181>;
|
||||||
reset-names = "dpaux";
|
reset-names = "dpaux";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
|
i2c-bus {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user