ODROID-C4: arm64/dts: fix up GPIO for Dallas 1-wire driver

Change-Id: Ie99fba008404936a40f24f1f7578aed682a9b229
This commit is contained in:
Luke Go
2020-03-19 15:35:01 +09:00
committed by Dongjin Kim
parent 7b64e87aee
commit 63542b4568

View File

@@ -725,7 +725,7 @@
};
onewire:onewire {
compatible = "w1-gpio";
gpios = <&gpio GPIOA_13 GPIO_ACTIVE_HIGH>;
gpios = <&gpio GPIOX_5 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
}; /* end of / */