mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
ARM: dts: qcom: asus,nexus7-flo: remove duplicate pinctrl handle in i2c nodes
Remove duplicate handle to i2c pins in the device tree, as they are already set in qcom-apq8064.dtsi. Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240711110545.31641-4-rayyan.ansari@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
046301eafc
commit
6dbec1c39d
|
|
@ -125,8 +125,6 @@ &gsbi1 {
|
|||
&gsbi1_i2c {
|
||||
status = "okay";
|
||||
clock-frequency = <200000>;
|
||||
pinctrl-0 = <&i2c1_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
eeprom@52 {
|
||||
compatible = "atmel,24c128";
|
||||
|
|
@ -148,8 +146,6 @@ &gsbi3 {
|
|||
|
||||
&gsbi3_i2c {
|
||||
clock-frequency = <200000>;
|
||||
pinctrl-0 = <&i2c3_pins>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
||||
trackpad@10 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user