diff options
| author | Tzung-Bi Shih <[email protected]> | 2022-08-11 10:58:02 +0800 |
|---|---|---|
| committer | Matthias Brugger <[email protected]> | 2022-08-25 16:47:28 +0200 |
| commit | a93f071a753a2f3fb7ff0acff588ade7679c92aa (patch) | |
| tree | f3f7fbd4559a6e0c7289e634f6e0666ffdff70ef | |
| parent | a376a9a6491431587992e3d4319466d9adba1b58 (diff) | |
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 <[email protected]>
Signed-off-by: Tinghan Shen <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8195.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8195.dtsi b/arch/arm64/boot/dts/mediatek/mt8195.dtsi index 436687ba826f..8032b839dfe8 100644 --- a/arch/arm64/boot/dts/mediatek/mt8195.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195.dtsi @@ -829,7 +829,7 @@ clock-names = "main", "dma"; #address-cells = <1>; #size-cells = <0>; - status = "okay"; + status = "disabled"; }; i2c1: i2c@11e01000 { |