]> Git Repo - linux.git/commitdiff
dt-bindings: clock: meson8b: add APB clock definition
authorMartin Blumenstingl <[email protected]>
Sun, 10 Feb 2019 22:26:02 +0000 (23:26 +0100)
committerNeil Armstrong <[email protected]>
Wed, 13 Feb 2019 08:50:16 +0000 (09:50 +0100)
Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU
post dividers") added a clock with the name "ABP". The actual name of
this clock is "APB".

Add a new #define with the same ID but the correct name. The old #define
will be dropped in a follow-up patch because each commit in the tree
must compile on it's own (the old #define is still used by the clock
controller driver).

Fixes: 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post dividers")
Signed-off-by: Martin Blumenstingl <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Jerome Brunet <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
include/dt-bindings/clock/meson8b-clkc.h

index 5fe2923382d01580c78d3e45f4ac9095a04425e7..8067077a62ca9ccf82d688d22b83898db52be4b2 100644 (file)
 #define CLKID_MPLL2            95
 #define CLKID_NAND_CLK         112
 #define CLKID_ABP              124
+#define CLKID_APB              124
 #define CLKID_PERIPH           126
 #define CLKID_AXI              128
 #define CLKID_L2_DRAM          130
This page took 0.057273 seconds and 4 git commands to generate.