X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-refhw-gen3%2Frecipes-kernel%2Flinux%2Ffiles%2F0001-add-agl-refhw.patch;h=71c827730a083067ab5b418f834311ebeb4cbe26;hb=5c85ab7e123dc24fa2f63182de8499a04984d37f;hp=a47b6fb21cdee06cf174e535925b7b62010793d3;hpb=a0117f8c0d614a2d15111db312eebfe9378c868e;p=AGL%2Fmeta-agl-refhw.git diff --git a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch index a47b6fb..71c8277 100644 --- a/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch +++ b/meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-add-agl-refhw.patch @@ -937,7 +937,7 @@ index 000000000000..796ac4c078e0 +}; diff --git a/arch/arm64/boot/dts/renesas/r8a7795-agl-refhw.dts b/arch/arm64/boot/dts/renesas/r8a7795-agl-refhw.dts new file mode 100644 -index 000000000000..83638a6228c0 +index 000000000000..6c846a94afe2 --- /dev/null +++ b/arch/arm64/boot/dts/renesas/r8a7795-agl-refhw.dts @@ -0,0 +1,392 @@ @@ -1325,12 +1325,12 @@ index 000000000000..83638a6228c0 + can-1-transceiver-stb { + gpio-hog; + gpios = <21 GPIO_ACTIVE_HIGH>; -+ output-high; ++ output-low; + }; + can-2-transceiver-stb { + gpio-hog; + gpios = <12 GPIO_ACTIVE_HIGH>; -+ output-high; ++ output-low; + }; +}; diff --git a/drivers/media/i2c/adv748x/adv748x-core.c b/drivers/media/i2c/adv748x/adv748x-core.c