hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
....@@ -85,6 +85,14 @@
8585 };
8686 };
8787
88
+ reserved-memory {
89
+ /* Cont splash region set up by the bootloader */
90
+ cont_splash_mem: framebuffer@9d400000 {
91
+ reg = <0x0 0x9d400000 0x0 0x2400000>;
92
+ no-map;
93
+ };
94
+ };
95
+
8896 lt9611_1v8: lt9611-vdd18-regulator {
8997 compatible = "regulator-fixed";
9098 regulator-name = "LT9611_1V8";
....@@ -896,7 +904,7 @@
896904 };
897905
898906 wcd_intr_default: wcd_intr_default {
899
- pins = <54>;
907
+ pins = "gpio54";
900908 function = "gpio";
901909
902910 input-enable;
....@@ -1045,7 +1053,10 @@
10451053
10461054 /* PINCTRL - additions to nodes defined in sdm845.dtsi */
10471055 &qup_spi2_default {
1048
- drive-strength = <16>;
1056
+ pinconf {
1057
+ pins = "gpio27", "gpio28", "gpio29", "gpio30";
1058
+ drive-strength = <16>;
1059
+ };
10491060 };
10501061
10511062 &qup_uart3_default{