forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/r8a7790-stout.dts
....@@ -19,7 +19,7 @@
1919 };
2020
2121 chosen {
22
- bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
22
+ bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
2323 stdout-path = "serial0:115200n8";
2424 };
2525
....@@ -94,9 +94,8 @@
9494 status = "okay";
9595
9696 clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&cpg CPG_MOD 722>,
97
- <&cpg CPG_MOD 726>, <&cpg CPG_MOD 725>,
9897 <&osc1_clk>;
99
- clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1", "dclkin.0";
98
+ clock-names = "du.0", "du.1", "du.2", "dclkin.0";
10099
101100 ports {
102101 port@0 {
....@@ -104,11 +103,21 @@
104103 remote-endpoint = <&adv7511_in>;
105104 };
106105 };
106
+ };
107
+};
108
+
109
+&lvds0 {
110
+ ports {
107111 port@1 {
108112 lvds_connector0: endpoint {
109113 };
110114 };
111
- port@2 {
115
+ };
116
+};
117
+
118
+&lvds1 {
119
+ ports {
120
+ port@1 {
112121 lvds_connector1: endpoint {
113122 };
114123 };
....@@ -170,6 +179,11 @@
170179 function = "iic3";
171180 };
172181
182
+ pmic_irq_pins: pmicirq {
183
+ groups = "intc_irq2";
184
+ function = "intc";
185
+ };
186
+
173187 usb0_pins: usb0 {
174188 groups = "usb0";
175189 function = "usb0";
....@@ -189,6 +203,7 @@
189203 interrupt-parent = <&irqc0>;
190204 interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
191205 micrel,led-mode = <1>;
206
+ reset-gpios = <&gpio3 31 GPIO_ACTIVE_LOW>;
192207 };
193208 };
194209
....@@ -282,8 +297,6 @@
282297 adi,input-depth = <8>;
283298 adi,input-colorspace = "rgb";
284299 adi,input-clock = "1x";
285
- adi,input-style = <1>;
286
- adi,input-justification = "evenly";
287300
288301 ports {
289302 #address-cells = <1>;
....@@ -308,7 +321,7 @@
308321
309322 &iic3 {
310323 pinctrl-names = "default";
311
- pinctrl-0 = <&iic3_pins>;
324
+ pinctrl-0 = <&iic3_pins &pmic_irq_pins>;
312325 status = "okay";
313326
314327 pmic@58 {
....@@ -318,6 +331,10 @@
318331 interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
319332 interrupt-controller;
320333
334
+ onkey {
335
+ compatible = "dlg,da9063-onkey";
336
+ };
337
+
321338 rtc {
322339 compatible = "dlg,da9063-rtc";
323340 };