mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-01 11:41:42 +00:00
swap fragments order in UART4 overlay
This commit is contained in:
parent
f034f8355c
commit
6dceae89ce
1 changed files with 8 additions and 8 deletions
|
@ -258,19 +258,19 @@ index 0000000..fe8fb14
|
||||||
+/ {
|
+/ {
|
||||||
+ compatible = "rockchip,rk3399";
|
+ compatible = "rockchip,rk3399";
|
||||||
+
|
+
|
||||||
+ fragment@0 {
|
+ fragmenet@0 {
|
||||||
+ target = <&uart4>;
|
|
||||||
+ __overlay__ {
|
|
||||||
+ status = "okay";
|
|
||||||
+ };
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ fragmenet@1 {
|
|
||||||
+ target = <&spi1>;
|
+ target = <&spi1>;
|
||||||
+ __overlay__ {
|
+ __overlay__ {
|
||||||
+ status = "disabled";
|
+ status = "disabled";
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
+
|
||||||
|
+ fragment@1 {
|
||||||
|
+ target = <&uart4>;
|
||||||
|
+ __overlay__ {
|
||||||
|
+ status = "okay";
|
||||||
|
+ };
|
||||||
|
+ };
|
||||||
+};
|
+};
|
||||||
diff --git a/arch/arm64/boot/dts/rockchip/overlay/rockchip-w1-gpio.dts b/arch/arm64/boot/dts/rockchip/overlay/rockchip-w1-gpio.dts
|
diff --git a/arch/arm64/boot/dts/rockchip/overlay/rockchip-w1-gpio.dts b/arch/arm64/boot/dts/rockchip/overlay/rockchip-w1-gpio.dts
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
|
|
Loading…
Add table
Reference in a new issue