arm64: dts: mt8195: Disable I2C0 node
authorTzung-Bi Shih <tzungbi@chromium.org>
Thu, 11 Aug 2022 02:58:02 +0000 (10:58 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 25 Aug 2022 14:47:28 +0000 (16:47 +0200)
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>
arch/arm64/boot/dts/mediatek/mt8195.dtsi

index 436687b..8032b83 100644 (file)
                        clock-names = "main", "dma";
                        #address-cells = <1>;
                        #size-cells = <0>;
-                       status = "okay";
+                       status = "disabled";
                };
 
                i2c1: i2c@11e01000 {