Home
last modified time | relevance | path

Searched refs:chip_scu_np (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/
H A Dairoha_thermal.c528 struct device_node *chip_scu_np; in en7581_thermal_probe() local
542 chip_scu_np = of_parse_phandle(dev->of_node, "airoha,chip-scu", 0); in en7581_thermal_probe()
543 if (!chip_scu_np) in en7581_thermal_probe()
546 priv->chip_scu = syscon_node_to_regmap(chip_scu_np); in en7581_thermal_probe()
560 of_node_put(chip_scu_np); in en7581_thermal_probe()
567 of_address_to_resource(chip_scu_np, 0, &priv->scu_adc_res); in en7581_thermal_probe()
568 of_node_put(chip_scu_np); in en7581_thermal_probe()