Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'samsung-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixes

Samsung fixes for v6.8

1. Google GS101: Correct the input clock names to CMU MISC clock
controller to match received review. The review was initially missed
and CMU MISC clock controller bindings, driver and DTS was merged
into v6.8-rc1 with different names. Nothing was released so far, so
the bindings and driver can be still corrected to match review.

2. Samsung Galaxy Tab3: Fix display by using correct vclk polarity in
display node.

* tag 'samsung-fixes-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd
arm64: dts: exynos: gs101: comply with the new cmu_misc clock names

Link: https://lore.kernel.org/r/20240125082400.163935-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+2 -1
+1
arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi
··· 434 434 }; 435 435 436 436 &fimd { 437 + samsung,invert-vclk; 437 438 status = "okay"; 438 439 }; 439 440
+1 -1
arch/arm64/boot/dts/exynos/google/gs101.dtsi
··· 289 289 #clock-cells = <1>; 290 290 clocks = <&cmu_top CLK_DOUT_CMU_MISC_BUS>, 291 291 <&cmu_top CLK_DOUT_CMU_MISC_SSS>; 292 - clock-names = "dout_cmu_misc_bus", "dout_cmu_misc_sss"; 292 + clock-names = "bus", "sss"; 293 293 }; 294 294 295 295 watchdog_cl0: watchdog@10060000 {