File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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";
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>;
Original file line number Diff line number Diff line change 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";
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>;
You can’t perform that action at this time.
0 commit comments