krzk changed the topic of #linux-exynos to: Samsung S3C24xx and S3C64xx planned deprecation and removal (see LKML) | Linux Samsung SoC Exynos | https://exynos.wiki.kernel.org | This channel is logged: https://libera.irclog.whitequark.org/linux-exynos
chewitt has quit [Quit: Zzz..]
chewitt has joined #linux-exynos
chewitt_ has joined #linux-exynos
chewitt has quit [Ping timeout: 268 seconds]
chewitt_ has quit [Quit: Zzz..]
<Grimler> Leandro: what kernel version, and what does your devicetree entry for the emmc look like? Sounds from the error like some mandatory properties are missing
<Leandro[m]> 6.1.0-rc5, should i put the dts in a pastebin like thing?
<Grimler> Leandro: sounds like a good idea
<Leandro[m]> Grimler, https://pastebin.com/Dc0pkBAz here it is
<Leandro[m]> the formatting seems a little messed up
<Grimler> Leandro: samsung,dw-mshc-hs200-timing and clock-frequency are unknown to the driver I believe. Instead of clock-frequncy the supply bus speed is calculated from samsung,dw-mshc-ciu-div and ciu clock, so maybe some issue with that clock. See code here: https://github.com/torvalds/linux/blob/master/drivers/mmc/host/dw_mmc-exynos.c#L305-L306
<Grimler> (issue with that clock rate, or the ciu-div property)
<Grimler> (I see that exynos7-espresso, exynos850-e850-96 and exynos7885-jackpotlte sets clock-frequency in their mmc nodes, so I might be wrong regarding if it is used by driver)
<Leandro[m]> i took most of the mmc node from jackpotlte dts, so i dont quite understand what the fuck is happening
<Grimler> Leandro: do you get any additional errors before the supply bus speed one?
<Leandro[m]> it doesnt look like it