Skip to content

Commit

Permalink
fix: fix the indentation problem
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <[email protected]>
  • Loading branch information
nascs committed Apr 26, 2024
1 parent a33f571 commit 00d89c9
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
};

&ili9486 {
reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>;
dc-gpios = <&gpio3 RK_PB2 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>;
dc-gpios = <&gpio3 RK_PB2 GPIO_ACTIVE_HIGH>;
};

&ads7846 {
interrupts = <RK_PA1 IRQ_TYPE_EDGE_FALLING>;
interrupt-parent = <&gpio3>;
pendown-gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
interrupts = <RK_PA1 IRQ_TYPE_EDGE_FALLING>;
interrupt-parent = <&gpio3>;
pendown-gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
};

&hdmi {
Expand Down

0 comments on commit 00d89c9

Please sign in to comment.