Commit a93f071a authored by Tzung-Bi Shih's avatar Tzung-Bi Shih Committed by Matthias Brugger

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: default avatarTzung-Bi Shih <tzungbi@chromium.org>
Signed-off-by: default avatarTinghan Shen <tinghan.shen@mediatek.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220811025813.21492-10-tinghan.shen@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent a376a9a6
......@@ -829,7 +829,7 @@ i2c0: i2c@11e00000 {
clock-names = "main", "dma";
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
status = "disabled";
};
i2c1: i2c@11e01000 {
......
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