We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0eb14 commit 325c6a4Copy full SHA for 325c6a4
arch/arm/boot/dts/qcom/qcom-apq8064.dtsi
@@ -213,12 +213,6 @@
213
};
214
215
216
- sfpb_mutex: hwmutex {
217
- compatible = "qcom,sfpb-mutex";
218
- syscon = <&sfpb_wrapper_mutex 0x604 0x4>;
219
- #hwlock-cells = <1>;
220
- };
221
-
222
smem {
223
compatible = "qcom,smem";
224
memory-region = <&smem_region>;
@@ -305,9 +299,10 @@
305
299
pinctrl-0 = <&ps_hold_default_state>;
306
300
307
301
308
- sfpb_wrapper_mutex: syscon@1200000 {
309
- compatible = "syscon";
310
- reg = <0x01200000 0x8000>;
302
+ sfpb_mutex: hwmutex@1200600 {
303
+ compatible = "qcom,sfpb-mutex";
304
+ reg = <0x01200600 0x100>;
+ #hwlock-cells = <1>;
311
312
313
intc: interrupt-controller@2000000 {
0 commit comments