diff options
| author | Nishanth Menon <[email protected]> | 2023-06-06 13:22:10 -0500 |
|---|---|---|
| committer | Vignesh Raghavendra <[email protected]> | 2023-06-15 11:05:47 +0530 |
| commit | 88875d4c70cabcb509e9836086fdf2064ef89468 (patch) | |
| tree | 28e69aa38f718100bc074095924e77e1ea0aa883 | |
| parent | d528c29fa7526adf7074fb166b99df7d5fd90670 (diff) | |
arm64: dts: ti: k3-j721e-beagleboneai64: Move eeprom WP gpio pinctrl to eeprom node
Move the eeprom WP GPIO mux configuration to be part of the eeprom node
instead of the I2C node.
Cc: Robert Nelson <[email protected]>
Suggested-by: Udit Kumar <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vignesh Raghavendra <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts index e9fadacb4d5a..ecf7811ca8ff 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts @@ -639,12 +639,14 @@ &wkup_i2c0 { status = "okay"; pinctrl-names = "default"; - pinctrl-0 = <&wkup_i2c0_pins_default &eeprom_wp_pins_default>; + pinctrl-0 = <&wkup_i2c0_pins_default>; clock-frequency = <400000>; eeprom@50 { compatible = "atmel,24c04"; reg = <0x50>; + pinctrl-names = "default"; + pinctrl-0 = <&eeprom_wp_pins_default>; }; }; |