mirror of
https://github.com/torvalds/linux.git
synced 2026-09-06 07:51:03 +02:00
arm64: 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:
parent
7d6dbb7b99
commit
997a3b73c5
|
|
@ -161,6 +161,11 @@ dpaux: dpaux@545c0000 {
|
|||
resets = <&tegra_car 181>;
|
||||
reset-names = "dpaux";
|
||||
status = "disabled";
|
||||
|
||||
i2c-bus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user