I installed linux 5.0.0 

Warm boot I get$this->bbcode_second_pass_code('', '$ => <INTERRUPT>
=> mmc list
dwmmc@ff0c0000: 1
dwmmc@ff0f0000: 0 (eMMC)')
This isn't viable$this->bbcode_second_pass_code('', '$ s /proc/device-tree/i2c@ff650000/rk808/regulators/vccio_sd
ls: cannot access '/proc/device-tree/i2c@ff650000/rk808/regulators/vccio_sd': No such file or directory
myself@alarm-~> ls /proc/device-tree/i2c@ff650000                          
'#address-cells'   clock-names   interrupts   pinctrl-names   status
'#size-cells'      clocks        name         pmic@1b
 clock-frequency   compatible    pinctrl-0    reg')
This is there$this->bbcode_second_pass_code('', '$ls /proc/device-tree/i2c\@ff650000/
'#address-cells'   clock-names   interrupts   pinctrl-names   status
'#size-cells'      clocks        name         pmic@1b
 clock-frequency   compatible    pinctrl-0    reg
#=========================================================
$ ls /proc/device-tree/i2c@ff650000/pmic@1b/regulators/LDO_REG5
name     regulator-max-microvolt  regulator-name
phandle  regulator-min-microvolt  regulator-state-mem')
to avoid misunderstanding$this->bbcode_second_pass_code('', '$ md5sum /boot/dtb/rk3288-tinker-s.dtb
06c9056b1b51d6bd02450b6c00f6da09  /boot/dtb/rk3288-tinker-s.dtb')
I suppose I'm using the correct dtb, am I ?
EDITI discovered that the stock dtb from linux 5.0.0 now is working similar to yours. But broken-CD cause some warning$this->bbcode_second_pass_code('', '[ 1285.559891] mmc0: card 0007 removed
[ 1285.596445] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1285.647760] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[ 1285.702473] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0)
[ 1285.763881] mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1)
[ 1314.921896] mmc0: new high speed SDHC card at address 0007
[ 1314.928817] mmcblk0: mmc0:0007 SD16G 14.4 GiB 
[ 1314.935031]  mmcblk0: p1 p2 p3
[ 1357.943540] mmc0: card 0007 removed
[ 1443.209201] mmc0: new high speed SDHC card at address 0007
[ 1443.217399] mmcblk0: mmc0:0007 SD16G 14.4 GiB 
[ 1443.223628]  mmcblk0: p1 p2 p3')
So to complete the adventure, I'd like to get bluetooth working and perhaps to arrange for overlays, which can help beginners to imitate the RPi, as Asus conceived its TBS.