Skip to content

Commit

Permalink
Add pinctrl definition
Browse files Browse the repository at this point in the history
Signed-off-by: Chuang Ma <[email protected]>
  • Loading branch information
Chuang Ma committed Oct 10, 2023
1 parent cefabf5 commit 4c31668
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3328-pwm2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pwm0_pin>;
};
};
};
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3328-spi0-spidev.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&spi0m2_clk &spi0m2_tx &spi0m2_rx &spi0m2_cs0>;
#address-cells = <1>;
#size-cells = <0>;

Expand Down
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3328-uart1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart1_xfer &uart1_cts &uart1_rts>;
};
};
};
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3328-uart2-m0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart2m1_xfer>;
};
};
};

0 comments on commit 4c31668

Please sign in to comment.