arm64: dts: mt8195: Disable I2C0 node

The I2C0 node should not be enabled globally, as usage is board
dependent; disable it in dtsi.

Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org>
Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220811025813.21492-10-tinghan.shen@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Tzung-Bi Shih
2022-08-11 10:58:02 +08:00
committed by Matthias Brugger
parent a376a9a649
commit a93f071a75

View File

@@ -829,7 +829,7 @@ i2c0: i2c@11e00000 {
clock-names = "main", "dma";
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
status = "disabled";
};
i2c1: i2c@11e01000 {