Commit 4087162f authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Add #{address,size}-cells for VI I2C on Tegra210

The VI I2C controller provides an I2C bus and therefore needs to define
the #address-cells and #size-cells properties.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 139a390c
......@@ -388,6 +388,9 @@ i2c@546c0000 {
reset-names = "i2c";
power-domains = <&pd_venc>;
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment