ODROID-C4: arm64/dts: fix SPI cs_1 pin after H/W (rev.0.4)

Signed-off-by: femto <ckkim@hardkernel.com>
Change-Id: Icf46202de22792e8c3bd21cbb8ec43c6c69758db
This commit is contained in:
Luke Go
2020-03-26 17:20:29 +09:00
committed by Luke go
parent 81f5984485
commit 58e328773b
2 changed files with 9 additions and 9 deletions

View File

@@ -759,6 +759,14 @@
status = "okay";
};
&usb3_phy_v2 {
status = "okay";
portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOAO_2";
gpios = <&gpio_ao GPIOAO_2 GPIO_ACTIVE_HIGH>;
};
&reboot {
sd_volsw_gpio = <&gpio_ao GPIOAO_6 GPIO_ACTIVE_HIGH>;
sd_power_gpio = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>;
@@ -840,7 +848,7 @@
num_chipselect = <2>;
cs-gpios = <&gpio GPIOX_10 GPIO_ACTIVE_LOW>,
<&gpio GPIOA_4 GPIO_ACTIVE_LOW>;
<&gpio GPIOH_6 GPIO_ACTIVE_LOW>;
can0: can@0 {
compatible = "microchip,mcp2515";

View File

@@ -189,14 +189,6 @@
portnum = <2>;
};
&usb3_phy_v2 {
status = "okay";
portnum = <1>;
otg = <1>;
gpio-vbus-power = "GPIOH_6";
gpios = <&gpio GPIOH_6 GPIO_ACTIVE_HIGH>;
};
&dwc3 {
status = "okay";
};