Hi everyone,
I have 2 sammix R95S (S905X 1GB /16GB) box running on Android 7 and 2GB of ram. The CoreELEC version is 9.2.7. I am using the DTB gxl_p212_1g. In order to support audio from toshlink I need to modify the dtb gxl_p212_1g to
audio_pin1 {
amlogic,setmask = <0x06 0x10000000>;
amlogic,clrmask = <0x06 0x8000000>;
amlogic,pins = "GPIOAO_9";
linux,phandle = <0x5d>;
phandle = <0x5d>;
};
The change is amlogic,pins = “GPIOH_4”; to amlogic,pins = “GPIOAO_9”
How can contribute this change for the others to use?
Thanks!