diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-02-18 12:49:15 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-02-23 00:44:37 +0100 |
commit | f6fd2c1aa4511a4f3568c0fb45ad2f2fb36c4124 (patch) | |
tree | f65959e0ddfb5c5ae4b668650d8575b60ecd9ce7 | |
parent | 52398b8bfa186446d19de638479dfaa4a1f57702 (diff) |
arm64: dts: rockchip: disable I2C6 on Puma DTSI
The bus is only exposed on Q7 Camera FFC connector which accepts
external adapters such as Q7 Camera Demo.
The enabling of I2C6 should therefore be done in the adapter Device Tree
Overlay and not in the SoM DTSI, so let's disable it by default.
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250218-tsd-align-haikou-v1-4-5c44d1dd8658@cherry.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi index f398a55408ee..548bd7b486c1 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi @@ -395,7 +395,6 @@ &i2c6 { clock-frequency = <400000>; - status = "okay"; }; &i2c7 { |