hi,
i want to use gpio388 as gpio input,is working right in Jetpack 3.2,when i port to Jetpack 4.2
the gpio is always read as lo,i think maybe need to config pull up,my device tree is like this
gpio@2200000 {
vol-up {
gpio-hog;
input;
gpios = <TEGRA_MAIN_GPIO(I, 4) 0>;
label = "vol-up";
status = "okay";
};
};