From 1079e43b2199ebdf74764518cb075cfbc6fdbeef Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 23 Jan 2025 14:25:18 -0600 Subject: [PATCH] config: CONFIG_SENSORS_TVS_MPFS and sync mpfs-beaglev-fire.dts Signed-off-by: Robert Nelson --- patches/linux/dts/mpfs-beaglev-fire.dts | 4 ++-- patches/linux/mpfs_defconfig | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/patches/linux/dts/mpfs-beaglev-fire.dts b/patches/linux/dts/mpfs-beaglev-fire.dts index 1f5cde1..769f3f1 100644 --- a/patches/linux/dts/mpfs-beaglev-fire.dts +++ b/patches/linux/dts/mpfs-beaglev-fire.dts @@ -132,7 +132,7 @@ sd_card_cs { gpio-hog; gpios = <12 12>; - output_high; + output-high; line-name = "SD_CARD_CS"; }; }; @@ -184,7 +184,7 @@ vio_enable { gpio-hog; gpios = <30 30>; - output_high; + output-high; line-name = "VIO_ENABLE"; }; diff --git a/patches/linux/mpfs_defconfig b/patches/linux/mpfs_defconfig index a3bdddd..d4c320b 100644 --- a/patches/linux/mpfs_defconfig +++ b/patches/linux/mpfs_defconfig @@ -3297,6 +3297,7 @@ CONFIG_SENSORS_PMBUS=m # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_TMP464 is not set # CONFIG_SENSORS_TMP513 is not set +CONFIG_SENSORS_TVS_MPFS=y # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set # CONFIG_SENSORS_VT8231 is not set