Loading arch/arm64/boot/dts/qcom/kona.dtsi +2 −2 Original line number Diff line number Diff line Loading @@ -2092,9 +2092,9 @@ spss_utils: qcom,spss_utils { compatible = "qcom,spss-utils"; /* spss fuses physical address */ qcom,spss-fuse1-addr = <0x007841c4>; qcom,spss-fuse1-addr = <0x00780234>; qcom,spss-fuse1-bit = <27>; qcom,spss-fuse2-addr = <0x007841c4>; qcom,spss-fuse2-addr = <0x00780234>; qcom,spss-fuse2-bit = <26>; qcom,spss-dev-firmware-name = "spss1d"; /* 8 chars max */ qcom,spss-test-firmware-name = "spss1t"; /* 8 chars max */ Loading drivers/soc/qcom/spss_utils.c +2 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,8 @@ static int spss_probe(struct platform_device *pdev) firmware_name = none_firmware_name; break; default: pr_err("invalid firmware type %d, sysfs entry not created\n", firmware_type); return -EINVAL; } Loading Loading
arch/arm64/boot/dts/qcom/kona.dtsi +2 −2 Original line number Diff line number Diff line Loading @@ -2092,9 +2092,9 @@ spss_utils: qcom,spss_utils { compatible = "qcom,spss-utils"; /* spss fuses physical address */ qcom,spss-fuse1-addr = <0x007841c4>; qcom,spss-fuse1-addr = <0x00780234>; qcom,spss-fuse1-bit = <27>; qcom,spss-fuse2-addr = <0x007841c4>; qcom,spss-fuse2-addr = <0x00780234>; qcom,spss-fuse2-bit = <26>; qcom,spss-dev-firmware-name = "spss1d"; /* 8 chars max */ qcom,spss-test-firmware-name = "spss1t"; /* 8 chars max */ Loading
drivers/soc/qcom/spss_utils.c +2 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,8 @@ static int spss_probe(struct platform_device *pdev) firmware_name = none_firmware_name; break; default: pr_err("invalid firmware type %d, sysfs entry not created\n", firmware_type); return -EINVAL; } Loading