1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2023, Linaro Limited 4 * 5 * SA8155P is an automotive variant of SM8150, with some minor changes. 6 * Most notably, the RPMhPD setup differs: MMCX and LCX/LMX rails are gone, 7 * though the cmd-db doesn't reflect that and access attemps result in a bite. 8 */ 9 10 #include "sm8150.dtsi" 11 12 &camcc { 13 power-domains = <&rpmhpd SA8155P_CX>; 14 }; 15 16 &dispcc { 17 power-domains = <&rpmhpd SA8155P_CX>; 18 }; 19 20 &mdss_dsi0 { 21 power-domains = <&rpmhpd SA8155P_CX>; 22 }; 23 24 &mdss_dsi1 { 25 power-domains = <&rpmhpd SA8155P_CX>; 26 }; 27 28 &mdss_mdp { 29 power-domains = <&rpmhpd SA8155P_CX>; 30 }; 31 32 &remoteproc_slpi { 33 power-domains = <&rpmhpd SA8155P_CX>, 34 <&rpmhpd SA8155P_MX>; 35 }; 36 37 &rpmhpd { 38 /* 39 * The bindings were crafted such that SA8155P PDs match their 40 * SM8150 counterparts to make it more maintainable and only 41 * necessitate adjusting entries that actually differ 42 */ 43 compatible = "qcom,sa8155p-rpmhpd"; 44 }; 45 46 &videocc { 47 power-domains = <&rpmhpd SA8155P_CX>; 48 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.