Skip to content

Commit 0efefe1

Browse files
crackerjacquesigorpecovnik
authored andcommitted
luckfox-rk3308b-nova: DT review tidy (vbus_host gpios, i2s_8ch_0 dma order)
1 parent 3926541 commit 0efefe1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

patch/kernel/archive/rockchip64-6.18/dt/rk3308-luckfox-nova.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
vbus_host: regulator-5v0-vbus-host {
125125
compatible = "regulator-fixed";
126126
enable-active-high;
127-
gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
127+
gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
128128
pinctrl-names = "default";
129129
pinctrl-0 = <&usb_drv>;
130130
regulator-name = "vbus_host";
@@ -204,8 +204,8 @@
204204
clocks = <&cru SCLK_I2S0_8CH_TX>,
205205
<&cru SCLK_I2S0_8CH_RX>,
206206
<&cru HCLK_I2S0_8CH>;
207-
dmas = <&dmac1 1>, <&dmac1 0>;
208-
dma-names = "rx", "tx";
207+
dmas = <&dmac1 0>, <&dmac1 1>;
208+
dma-names = "tx", "rx";
209209
resets = <&cru SRST_I2S0_8CH_TX_M>, <&cru SRST_I2S0_8CH_RX_M>;
210210
reset-names = "tx-m", "rx-m";
211211
rockchip,grf = <&grf>;

patch/kernel/archive/rockchip64-7.1/dt/rk3308-luckfox-nova.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
vbus_host: regulator-5v0-vbus-host {
125125
compatible = "regulator-fixed";
126126
enable-active-high;
127-
gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
127+
gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
128128
pinctrl-names = "default";
129129
pinctrl-0 = <&usb_drv>;
130130
regulator-name = "vbus_host";
@@ -204,8 +204,8 @@
204204
clocks = <&cru SCLK_I2S0_8CH_TX>,
205205
<&cru SCLK_I2S0_8CH_RX>,
206206
<&cru HCLK_I2S0_8CH>;
207-
dmas = <&dmac1 1>, <&dmac1 0>;
208-
dma-names = "rx", "tx";
207+
dmas = <&dmac1 0>, <&dmac1 1>;
208+
dma-names = "tx", "rx";
209209
resets = <&cru SRST_I2S0_8CH_TX_M>, <&cru SRST_I2S0_8CH_RX_M>;
210210
reset-names = "tx-m", "rx-m";
211211
rockchip,grf = <&grf>;

0 commit comments

Comments
 (0)