forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/rv1126-thunder-boot.dtsi
....@@ -24,7 +24,7 @@
2424 reg = <0x00200000 0x00008000>;
2525 };
2626
27
- thunderboot_ramoops: ramoops@210000 {
27
+ ramoops@210000 {
2828 compatible = "ramoops";
2929 reg = <0x00210000 0x000f0000>;
3030 record-size = <0x20000>;
....@@ -66,6 +66,9 @@
6666 "clk_scr1_rtc", "clk_scr1_jtag",
6767 "csiphy0_pclk";
6868 power-domains = <&power RV1126_PD_VI>;
69
+
70
+ pinctrl-names = "default";
71
+ pinctrl-0 = <&mipicsi_clk0>;
6972 status = "okay";
7073 };
7174 };
....@@ -116,6 +119,6 @@
116119 status = "disabled";
117120 };
118121
119
-&rkisp_vir1 {
122
+&rkisp_vir0 {
120123 memory-region-thunderboot = <&rkisp_thunderboot>;
121124 };